freebsd-dev/usr.sbin/getfmac/Makefile
Robert Watson 6a2c7d1a77 In general, prefer WARNS to CFLAGS+=-Wall. Tend towards a more
BSD-esque Makefile style.

Submitted by:	obrien
Approved by:	re
2002-12-01 23:10:28 +00:00

10 lines
97 B
Makefile

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