aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1993-08-14 22:00:14 +0000
committerNate Williams <nate@FreeBSD.org>1993-08-14 22:00:14 +0000
commitd16a3ea75e1993f0d2515067ec531428cb90c994 (patch)
tree014b084e85d7da0bfaea43d51c03b5ae39bf1901 /gnu
parent21ee46c7940993b50f77c34ad71b04a123f2b366 (diff)
downloadsrc-d16a3ea75e1993f0d2515067ec531428cb90c994.tar.gz
src-d16a3ea75e1993f0d2515067ec531428cb90c994.zip
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)
Notes
Notes: svn path=/head/; revision=291
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cvs/cvs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/cvs/Makefile b/gnu/usr.bin/cvs/cvs/Makefile
index 37ea28c0ab8f..be35c2f95f62 100644
--- a/gnu/usr.bin/cvs/cvs/Makefile
+++ b/gnu/usr.bin/cvs/cvs/Makefile
@@ -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