summaryrefslogtreecommitdiffstats
path: root/bin/chflags/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chflags/Makefile')
-rw-r--r--bin/chflags/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/chflags/Makefile b/bin/chflags/Makefile
index 30b6699..b545bfa 100644
--- a/bin/chflags/Makefile
+++ b/bin/chflags/Makefile
@@ -5,5 +5,7 @@ NOSHARED?=yes
PROG= chflags
CFLAGS+=-Wall
+.PATH: ${.CURDIR}/../../lib/libc/gen
+SRCS= chflags.c setflags.c
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud