freebsd-dev/usr.sbin/setfmac/Makefile
Chris Costello 6cc0c63755 Break setfmac.8 into two actual man pages, and reword bits of the
setfsmac(8) documentation.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
2003-03-13 23:04:05 +00:00

12 lines
154 B
Makefile

# $FreeBSD$
PROG= setfmac
MAN= setfmac.8 setfsmac.8
SRCS= setfmac.c
LINKS+= ${BINDIR}/setfmac ${BINDIR}/setfsmac
WARNS?= 2
.include <bsd.prog.mk>