summaryrefslogtreecommitdiff
path: root/usr.sbin/extattrctl/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-27 16:45:16 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-27 16:45:16 +0000
commit03c47dc9cdc895eb356e1b92ab37e701f6f216de (patch)
treef803751d0a715950081a1bbd998eedb52ceb9172 /usr.sbin/extattrctl/Makefile
parent15129224d4673f7618a34d8d2b4bd6ab9e342b76 (diff)
downloadsrc-test2-03c47dc9cdc895eb356e1b92ab37e701f6f216de.tar.gz
src-test2-03c47dc9cdc895eb356e1b92ab37e701f6f216de.zip
Notes
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 9a0a22aeaf75..d0c96792f83e 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>