summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/rcs/ident/Makefile
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1993-06-25 18:51:05 +0000
committernate <nate@FreeBSD.org>1993-06-25 18:51:05 +0000
commit240373ae0a124c7ab7ba0025cd41ff81cb04ad26 (patch)
tree3c7aefc1b866bc938f69b6e82fc4c7aa19310214 /gnu/usr.bin/rcs/ident/Makefile
parent697d2a5b209cb7bc40795bc2acfa093b7e8c4384 (diff)
downloadFreeBSD-src-240373ae0a124c7ab7ba0025cd41ff81cb04ad26.zip
FreeBSD-src-240373ae0a124c7ab7ba0025cd41ff81cb04ad26.tar.gz
Fixed cvs to work with/without object directories and added missing rcslean
directory to top level makefile.
Diffstat (limited to 'gnu/usr.bin/rcs/ident/Makefile')
-rw-r--r--gnu/usr.bin/rcs/ident/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/rcs/ident/Makefile b/gnu/usr.bin/rcs/ident/Makefile
index 1a618e5..77850a2 100644
--- a/gnu/usr.bin/rcs/ident/Makefile
+++ b/gnu/usr.bin/rcs/ident/Makefile
@@ -1,7 +1,7 @@
PROG= ident
SRCS= ident.c
-LDADD= -L${.CURDIR}/../lib/obj -lrcs
+LDADD= -L${.CURDIR}/../lib/${.CURDIR} -lrcs
CFLAGS+= -I${.CURDIR}/../lib
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud