aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/extattrctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/extattrctl/Makefile')
-rw-r--r--usr.sbin/extattrctl/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/extattrctl/Makefile b/usr.sbin/extattrctl/Makefile
new file mode 100644
index 0000000000000..01a7297f2eba8
--- /dev/null
+++ b/usr.sbin/extattrctl/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+PROG= extattrctl
+SRCS= extattrctl.c
+LDADD=
+CFLAGS+= -g -Wall
+MAN8+= extattrctl.8
+
+.include <bsd.prog.mk>