summaryrefslogtreecommitdiffstats
path: root/usr.sbin/extattrctl/Makefile
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-03-15 03:04:35 +0000
committerrwatson <rwatson@FreeBSD.org>2001-03-15 03:04:35 +0000
commit19471170ebe34962c1c5f89f38eff935ed8796e7 (patch)
tree459463dac60432dccaa85b5492099b4ec3254acf /usr.sbin/extattrctl/Makefile
parentf843a4812be42e079fa066fe7f8e5568764902be (diff)
downloadFreeBSD-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/Makefile2
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
OpenPOWER on IntegriCloud