Backed out previous commit (bogus addition of -static to CFLAGS).

Sorted macros (in build order).
This commit is contained in:
Bruce Evans 2004-02-26 06:33:18 +00:00
parent 25a4adcec4
commit 487fc28686
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126265

View file

@ -4,9 +4,8 @@
PROG= fdcontrol
SRCS= fdcontrol.c fdutil.c
CFLAGS+= -I${.CURDIR}/../fdread
WARNS?= 2
MAN= fdcontrol.8
WARNS?= 2
CFLAGS+= -I${.CURDIR}/../fdread -static
.include <bsd.prog.mk>