aboutsummaryrefslogtreecommitdiff
path: root/bin/chflags/Makefile
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2000-01-27 21:17:01 +0000
committerJosef Karthauser <joe@FreeBSD.org>2000-01-27 21:17:01 +0000
commit18c0eeddf75ea8c84360302d1d69f6856e455073 (patch)
tree71b46c36a1e229a18531be8cbc7820463e64c814 /bin/chflags/Makefile
parentc299f41fd94ac69d50fe1bb6dbc005adbdaedf03 (diff)
Notes
Diffstat (limited to 'bin/chflags/Makefile')
-rw-r--r--bin/chflags/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/chflags/Makefile b/bin/chflags/Makefile
index 4ba6a0aa34ce..30b66998e122 100644
--- a/bin/chflags/Makefile
+++ b/bin/chflags/Makefile
@@ -5,7 +5,5 @@ NOSHARED?=yes
PROG= chflags
CFLAGS+=-Wall
-DPADD= ${LIBUTIL}
-LDADD= -lutil
.include <bsd.prog.mk>