freebsd-dev/usr.sbin/setextattr/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
125 B
Makefile

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