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/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/extattrctl/Makefile b/usr.sbin/extattrctl/Makefile
index b7b90dfb6882..16d227d95103 100644
--- a/usr.sbin/extattrctl/Makefile
+++ b/usr.sbin/extattrctl/Makefile
@@ -1,8 +1,6 @@
# $FreeBSD$
PROG= extattrctl
-SRCS= extattrctl.c
LDADD= ${LIBUTIL}
CFLAGS+= -g -Wall
-MAN8+= extattrctl.8
.include <bsd.prog.mk>