diff options
author | rwatson <rwatson@FreeBSD.org> | 2001-03-15 03:04:35 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2001-03-15 03:04:35 +0000 |
commit | 19471170ebe34962c1c5f89f38eff935ed8796e7 (patch) | |
tree | 459463dac60432dccaa85b5492099b4ec3254acf /usr.sbin/extattrctl/Makefile | |
parent | f843a4812be42e079fa066fe7f8e5568764902be (diff) | |
download | FreeBSD-src-19471170ebe34962c1c5f89f38eff935ed8796e7.zip FreeBSD-src-19471170ebe34962c1c5f89f38eff935ed8796e7.tar.gz |
o Update extattrctl to take into account the updated EA interface with
explicit namespaces. Modify it to use libutil for string/constant
namespace conversions. Update the documentation to take into account
the new interface.
Obtained from: TrustedBSD Project
Diffstat (limited to 'usr.sbin/extattrctl/Makefile')
-rw-r--r-- | usr.sbin/extattrctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/extattrctl/Makefile b/usr.sbin/extattrctl/Makefile index 01a7297..b7b90df 100644 --- a/usr.sbin/extattrctl/Makefile +++ b/usr.sbin/extattrctl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= extattrctl SRCS= extattrctl.c -LDADD= +LDADD= ${LIBUTIL} CFLAGS+= -g -Wall MAN8+= extattrctl.8 |