aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xinstall/Makefile
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2000-01-01 15:44:11 +0000
committerJosef Karthauser <joe@FreeBSD.org>2000-01-01 15:44:11 +0000
commitcd2a718f1ec8207856c6d06dbc597b3f22274e99 (patch)
tree4eb488c8c6f1cbb1a09fcc369da91f94d1b81b8d /usr.bin/xinstall/Makefile
parent6a9a6f05ed9224b0d80235ed0342119b56dd282a (diff)
Added missing DPADD's. Removed unrequired SRCS's.
Obtained from: bde
Notes
Notes: svn path=/head/; revision=55302
Diffstat (limited to 'usr.bin/xinstall/Makefile')
-rw-r--r--usr.bin/xinstall/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile
index eeb6c198c6c6..d9729375836d 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