This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / gnu / usr.bin / rcs / rcs / Makefile
index d62c8d1..e3cd12e 100644 (file)
@@ -1,10 +1,11 @@
-PROG= rcs
-
+PROG=  rcs
 SRCS=  rcs.c 
 SRCS=  rcs.c 
-LDADD= -L${.CURDIR}/../lib/obj -lrcs
 CFLAGS+= -I${.CURDIR}/../lib
 CFLAGS+= -I${.CURDIR}/../lib
+LDADD=  ${LIBRCS}
+DPADD=  ${LIBRCS}
 
 
-MAN1=  rcs.0 rcsintro.0
-MAN5=   rcsfile.0
+MAN1=  rcs.1 rcsintro.1
+MAN5=   rcsfile.5
 
 
+.include "../../Makefile.inc"
 .include <bsd.prog.mk>
 .include <bsd.prog.mk>