freebsd_amp_hwpstate/usr.sbin/extattrctl/Makefile

10 lines
105 B
Makefile
Raw Normal View History

# $FreeBSD$
2001-03-27 16:45:16 +00:00
PROG= extattrctl
MAN= extattrctl.8
2001-03-27 16:45:16 +00:00
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>