mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Follow style.Makefile(5):
WARNS comes before CFLAGS This reduces diff against my local branch.
This commit is contained in:
parent
1c7899c74e
commit
e152198a83
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139904
@ -4,8 +4,8 @@
|
||||
|
||||
PROG= fdcontrol
|
||||
SRCS= fdcontrol.c fdutil.c
|
||||
CFLAGS+= -I${.CURDIR}/../fdread
|
||||
WARNS?= 2
|
||||
CFLAGS+= -I${.CURDIR}/../fdread
|
||||
MAN= fdcontrol.8
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
|
Loading…
Reference in New Issue
Block a user