Added missing DPADD's. Removed unrequired SRCS's.
Obtained from: bde
This commit is contained in:
parent
6a9a6f05ed
commit
cd2a718f1e
@ -5,7 +5,7 @@ NOSHARED?=yes
|
||||
|
||||
PROG= chflags
|
||||
CFLAGS+=-Wall
|
||||
SRCS= chflags.c
|
||||
DPADD= ${LIBUTIL}
|
||||
LDADD= -lutil
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
PROG= ls
|
||||
SRCS= cmp.c ls.c print.c util.c
|
||||
DPADD= ${LIBUTIL}
|
||||
LDADD= -lutil
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PROG= rm
|
||||
SRCS= rm.c
|
||||
DPADD= ${LIBUTIL}
|
||||
LDADD= -lutil
|
||||
|
||||
LINKS= ${BINDIR}/rm ${BINDIR}/unlink
|
||||
|
@ -5,7 +5,7 @@ NOSHARED?=yes
|
||||
|
||||
PROG= chflags
|
||||
CFLAGS+=-Wall
|
||||
SRCS= chflags.c
|
||||
DPADD= ${LIBUTIL}
|
||||
LDADD= -lutil
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PROG= find
|
||||
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
|
||||
DPADD= ${LIBUTIL}
|
||||
LDADD= -lutil
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -4,6 +4,7 @@
|
||||
PROG= xinstall
|
||||
SRCS= xinstall.c
|
||||
MAN1= install.1
|
||||
DPADD= ${LIBUTIL}
|
||||
LDADD= -lutil
|
||||
|
||||
install: maninstall
|
||||
|
@ -4,6 +4,7 @@
|
||||
PROG= mtree
|
||||
SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c
|
||||
MAN8= mtree.8
|
||||
DPADD= ${LIBUTIL}
|
||||
LDADD= -lutil
|
||||
.PATH: ${.CURDIR}/../../usr.bin/cksum
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user