summaryrefslogtreecommitdiffstats
path: root/usr.bin/chflags/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/chflags/Makefile')
-rw-r--r--usr.bin/chflags/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/chflags/Makefile b/usr.bin/chflags/Makefile
new file mode 100644
index 0000000..a432e5f
--- /dev/null
+++ b/usr.bin/chflags/Makefile
@@ -0,0 +1,7 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+
+PROG= chflags
+SRCS= chflags.c stat_flags.c
+.PATH: ${.CURDIR}/../../bin/ls
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud