1 2 3 4 5 6 7 8
# $FreeBSD$ PROG= extattrctl SRCS= extattrctl.c LDADD= ${LIBUTIL} CFLAGS+= -g -Wall MAN8+= extattrctl.8 .include <bsd.prog.mk>