1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/usr.sbin/getpmac/Makefile
2003-01-15 01:43:09 +00:00

10 lines
97 B
Makefile

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