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
124 B
Makefile
9 lines
124 B
Makefile
# $FreeBSD$
|
|
PROG= getextattr
|
|
SRCS= getextattr.c
|
|
LDADD= ${LIBUTIL}
|
|
CFLAGS+= -Wall
|
|
MAN8= getextattr.8
|
|
|
|
.include <bsd.prog.mk>
|