summaryrefslogtreecommitdiffstats
path: root/usr.sbin/extattrctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/extattrctl/Makefile')
-rw-r--r--usr.sbin/extattrctl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/extattrctl/Makefile b/usr.sbin/extattrctl/Makefile
index 9a0a22a..d0c9679 100644
--- a/usr.sbin/extattrctl/Makefile
+++ b/usr.sbin/extattrctl/Makefile
@@ -1,7 +1,9 @@
# $FreeBSD$
+
PROG= extattrctl
MAN= extattrctl.8
-LDADD= ${LIBUTIL}
-CFLAGS+= -g -Wall
+DPADD= ${LIBUTIL}
+LDADD= -lutil
+CFLAGS+=-Wall
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud