summaryrefslogtreecommitdiffstats
path: root/bin/chflags/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chflags/Makefile')
-rw-r--r--bin/chflags/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/chflags/Makefile b/bin/chflags/Makefile
index d05ff81..d96c99c 100644
--- a/bin/chflags/Makefile
+++ b/bin/chflags/Makefile
@@ -1,10 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
NOSHARED?=yes
PROG= chflags
CFLAGS+=-Wall
-SRCS= chflags.c stat_flags.c
-.PATH: ${.CURDIR}/../../bin/ls
+SRCS= chflags.c
+LDADD= -lutil
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud