summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1993-08-14 22:00:14 +0000
committernate <nate@FreeBSD.org>1993-08-14 22:00:14 +0000
commit3e2c95afbef17e40e9e69a167e92a63ce4d4ec5f (patch)
tree014b084e85d7da0bfaea43d51c03b5ae39bf1901 /gnu/usr.bin/cvs
parent88c5858767e61236012fc1381de82ae65903126d (diff)
downloadFreeBSD-src-3e2c95afbef17e40e9e69a167e92a63ce4d4ec5f.zip
FreeBSD-src-3e2c95afbef17e40e9e69a167e92a63ce4d4ec5f.tar.gz
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)
Diffstat (limited to 'gnu/usr.bin/cvs')
-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 37ea28c0a..be35c2f 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
OpenPOWER on IntegriCloud