diff options
author | rwatson <rwatson@FreeBSD.org> | 2001-11-16 05:10:35 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2001-11-16 05:10:35 +0000 |
commit | f68c2dee57b9e9de06bba7f28ea13c1c0b8b41ce (patch) | |
tree | 71b85c7d1fbe889c7e64814e8c0361e55a088355 /usr.sbin/extattrctl/Makefile | |
parent | a86bfc340fa6d59d378406c9073ccc9979d64df3 (diff) | |
download | FreeBSD-src-f68c2dee57b9e9de06bba7f28ea13c1c0b8b41ce.zip FreeBSD-src-f68c2dee57b9e9de06bba7f28ea13c1c0b8b41ce.tar.gz |
o Reflect moving of extattr_namespace calls to libc from libutil; no
longer need to link libutil into command-line extended attribute
utilities.
Obtained from: TrustedBSD Project
Diffstat (limited to 'usr.sbin/extattrctl/Makefile')
-rw-r--r-- | usr.sbin/extattrctl/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/extattrctl/Makefile b/usr.sbin/extattrctl/Makefile index 0fba019..496a8aa 100644 --- a/usr.sbin/extattrctl/Makefile +++ b/usr.sbin/extattrctl/Makefile @@ -3,7 +3,4 @@ PROG= extattrctl MAN= extattrctl.8 -DPADD= ${LIBUTIL} -LDADD= -lutil - .include <bsd.prog.mk> |