72f1aea029
setfsmac(8) documentation. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
12 lines
154 B
Makefile
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>
|