freebsd_amp_hwpstate/usr.sbin/extattrctl/Makefile

9 lines
118 B
Makefile

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