mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
9754f5b65b
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
9 lines
118 B
Makefile
9 lines
118 B
Makefile
# $FreeBSD$
|
|
PROG= extattrctl
|
|
SRCS= extattrctl.c
|
|
LDADD=
|
|
CFLAGS+= -g -Wall
|
|
MAN8+= extattrctl.8
|
|
|
|
.include <bsd.prog.mk>
|