1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/usr.sbin/setpmac/Makefile
Chris Costello 8d43d865d0 Document setpmac.
Sponsored by:	DARPA, Network Associates Laboratories
Obtained from:	TrustedBSD Project
2003-01-15 01:17:12 +00:00

10 lines
97 B
Makefile

# $FreeBSD$
PROG= setpmac
MAN= setpmac.8
SRCS= setpmac.c
WARNS?= 2
.include <bsd.prog.mk>