187e87911c
revised EA interface with explicit namespacing. Link against libutil to provide string/constant conversion for namespaces. Document revised interface. Obtained from: TrustedBSD Project
9 lines
125 B
Makefile
9 lines
125 B
Makefile
# $FreeBSD$
|
|
PROG= setextattr
|
|
SRCS= setextattr.c
|
|
LDADD= ${LIBUTIL}
|
|
CFLAGS+= -Wall
|
|
MAN8+= setextattr.8
|
|
|
|
.include <bsd.prog.mk>
|