diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 16:45:16 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 16:45:16 +0000 |
commit | 03c47dc9cdc895eb356e1b92ab37e701f6f216de (patch) | |
tree | f803751d0a715950081a1bbd998eedb52ceb9172 /usr.sbin/extattrctl/Makefile | |
parent | 15129224d4673f7618a34d8d2b4bd6ab9e342b76 (diff) | |
download | src-test2-03c47dc9cdc895eb356e1b92ab37e701f6f216de.tar.gz src-test2-03c47dc9cdc895eb356e1b92ab37e701f6f216de.zip |
Notes
Diffstat (limited to 'usr.sbin/extattrctl/Makefile')
-rw-r--r-- | usr.sbin/extattrctl/Makefile | 6 |
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> |