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