1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/usr.sbin/setpmac/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
95 B
Makefile

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