diff options
Diffstat (limited to 'gnu/usr.bin/rcs/ident/Makefile')
-rw-r--r-- | gnu/usr.bin/rcs/ident/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/usr.bin/rcs/ident/Makefile b/gnu/usr.bin/rcs/ident/Makefile index 1a618e5..f28f8d3 100644 --- a/gnu/usr.bin/rcs/ident/Makefile +++ b/gnu/usr.bin/rcs/ident/Makefile @@ -1,7 +1,8 @@ -PROG= ident - -SRCS= ident.c -LDADD= -L${.CURDIR}/../lib/obj -lrcs +PROG= ident +SRCS= ident.c CFLAGS+= -I${.CURDIR}/../lib +LDADD= ${LIBRCS} +DPADD= ${LIBRCS} +.include "../../Makefile.inc" .include <bsd.prog.mk> |