freebsd-dev/usr.sbin/extattrctl/Makefile
Robert Watson bf6afea751 o Update extattrctl to take into account the updated EA interface with
explicit namespaces.  Modify it to use libutil for string/constant
  namespace conversions.  Update the documentation to take into account
  the new interface.

Obtained from:	TrustedBSD Project
2001-03-15 03:04:35 +00:00

9 lines
128 B
Makefile

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