aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/chflags/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/chflags/Makefile
parent6a9a6f05ed9224b0d80235ed0342119b56dd282a (diff)
Notes
Diffstat (limited to 'usr.bin/chflags/Makefile')
-rw-r--r--usr.bin/chflags/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/chflags/Makefile b/usr.bin/chflags/Makefile
index d96c99c58084..4ba6a0aa34ce 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>