In general, prefer WARNS to CFLAGS+=-Wall. Tend towards a more
BSD-esque Makefile style. Submitted by: obrien Approved by: re
This commit is contained in:
parent
ed2f312db5
commit
6a2c7d1a77
@ -1,7 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= getfmac
|
||||
SRCS= getfmac.c
|
||||
MAN= getfmac.8
|
||||
CFLAGS+=-Wall
|
||||
SRCS= getfmac.c
|
||||
|
||||
WARNS?= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -1,7 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= getpmac
|
||||
NOMAN= #true
|
||||
SRCS= getpmac.c
|
||||
CFLAGS+=-Wall
|
||||
NOMAN=yes
|
||||
|
||||
WARNS?= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -1,7 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= setfmac
|
||||
SRCS= setfmac.c
|
||||
MAN= setfmac.8
|
||||
CFLAGS+=-Wall
|
||||
SRCS= setfmac.c
|
||||
|
||||
WARNS?= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -1,7 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= setpmac
|
||||
NOMAN= #true
|
||||
SRCS= setpmac.c
|
||||
CFLAGS+=-Wall
|
||||
NOMAN=yes
|
||||
|
||||
WARNS?= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user