summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2000-01-01 15:44:11 +0000
committerjoe <joe@FreeBSD.org>2000-01-01 15:44:11 +0000
commit9dba5b86f4039f01e4c67e04fdc1a996710cc030 (patch)
tree061870c6adfe5d5add3c25c31ad8e6ab6ca923a1 /usr.bin
parente58bf0a22ec64ef3e154ed2f4e60b019fee6d7ab (diff)
downloadFreeBSD-src-9dba5b86f4039f01e4c67e04fdc1a996710cc030.zip
FreeBSD-src-9dba5b86f4039f01e4c67e04fdc1a996710cc030.tar.gz
Added missing DPADD's. Removed unrequired SRCS's.
Obtained from: bde
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/chflags/Makefile2
-rw-r--r--usr.bin/find/Makefile1
-rw-r--r--usr.bin/xinstall/Makefile1
3 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/chflags/Makefile b/usr.bin/chflags/Makefile
index d96c99c..4ba6a0a 100644
--- a/usr.bin/chflags/Makefile
+++ b/usr.bin/chflags/Makefile
@@ -5,7 +5,7 @@ NOSHARED?=yes
PROG= chflags
CFLAGS+=-Wall
-SRCS= chflags.c
+DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>
diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile
index 04b781f..a6e29a7 100644
--- a/usr.bin/find/Makefile
+++ b/usr.bin/find/Makefile
@@ -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>
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile
index eeb6c19..d972937 100644
--- a/usr.bin/xinstall/Makefile
+++ b/usr.bin/xinstall/Makefile
@@ -4,6 +4,7 @@
PROG= xinstall
SRCS= xinstall.c
MAN1= install.1
+DPADD= ${LIBUTIL}
LDADD= -lutil
install: maninstall
OpenPOWER on IntegriCloud