freebsd-dev/usr.sbin/getextattr/Makefile
Robert Watson 187e87911c o Update getextattr and setextattr utilities to take into account the
revised EA interface with explicit namespacing.  Link against libutil
  to provide string/constant conversion for namespaces.  Document
  revised interface.

Obtained from:	TrustedBSD Project
2001-03-15 03:09:48 +00:00

9 lines
124 B
Makefile

# $FreeBSD$
PROG= getextattr
SRCS= getextattr.c
LDADD= ${LIBUTIL}
CFLAGS+= -Wall
MAN8= getextattr.8
.include <bsd.prog.mk>