Removed Jordan's DO_LINKS from the Makefile, since this behavior is not

'normal' CVS behavior, and we've never used nor depended on it.
(And at times I've gotten bit by it)
This commit is contained in:
Nate Williams 1993-08-14 22:00:14 +00:00
parent 21ee46c794
commit d16a3ea75e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291

View File

@ -1,7 +1,7 @@
PROG = cvs
CFLAGS += -I${.CURDIR}/../lib \
-DDIRENT -DSTDC_HEADERS -DPOSIX -DBROKEN_SIGISMEMBER \
-DFTIME_MISSING -DHAVE_TIMEZONE -DUTIME_NULL_MISSING -DDO_LINKS
-DFTIME_MISSING -DHAVE_TIMEZONE -DUTIME_NULL_MISSING
.if exists(${.CURDIR}/../lib/obj)
LDADD= -L${.CURDIR}/../lib/obj -lcvs