summaryrefslogtreecommitdiffstats
path: root/usr.sbin/extattrctl/Makefile
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2000-04-15 05:14:39 +0000
committerrwatson <rwatson@FreeBSD.org>2000-04-15 05:14:39 +0000
commitf2310ef109eccf99c872f4f90eb70f4fc26e39f1 (patch)
treef94a0a3644096f548bc00689dabf8fcd9bc8f70f /usr.sbin/extattrctl/Makefile
parent6dcc92e9d30b104c9b7b5cb5dd7a0196735c50b1 (diff)
downloadFreeBSD-src-f2310ef109eccf99c872f4f90eb70f4fc26e39f1.zip
FreeBSD-src-f2310ef109eccf99c872f4f90eb70f4fc26e39f1.tar.gz
Introduced /usr/sbin/extattrctl, a utility for managing UFS/FFS extended
attributes (recently committed). Using extattrctl, the extended attribute service may be started and stopped for specific file systems; specific attributes may be enabled or disabled, and the backing file for each attribute configured. Also, backing files may be initialized. Reviewed by: adrian, bp, freebsd-fs, the unthanked masses Obtained from: TrustedBSD
Diffstat (limited to 'usr.sbin/extattrctl/Makefile')
-rw-r--r--usr.sbin/extattrctl/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/extattrctl/Makefile b/usr.sbin/extattrctl/Makefile
new file mode 100644
index 0000000..01a7297
--- /dev/null
+++ b/usr.sbin/extattrctl/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+PROG= extattrctl
+SRCS= extattrctl.c
+LDADD=
+CFLAGS+= -g -Wall
+MAN8+= extattrctl.8
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud