From aa2ff441f57e24f530f2f5196457cb11bf9d44c9 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 26 Feb 2004 06:33:18 +0000 Subject: Backed out previous commit (bogus addition of -static to CFLAGS). Sorted macros (in build order). --- usr.sbin/fdcontrol/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.sbin/fdcontrol/Makefile') diff --git a/usr.sbin/fdcontrol/Makefile b/usr.sbin/fdcontrol/Makefile index be67b66..a203ef9 100644 --- a/usr.sbin/fdcontrol/Makefile +++ b/usr.sbin/fdcontrol/Makefile @@ -4,9 +4,8 @@ PROG= fdcontrol SRCS= fdcontrol.c fdutil.c -MAN= fdcontrol.8 - +CFLAGS+= -I${.CURDIR}/../fdread WARNS?= 2 -CFLAGS+= -I${.CURDIR}/../fdread -static +MAN= fdcontrol.8 .include -- cgit v1.1