From 90e655ea4e3750a48b8b350adb823f0ace818f21 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 20 Jul 2001 06:20:32 +0000 Subject: Perform a major cleanup of the usr.sbin Makefiles. These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. --- usr.sbin/pcvt/kbdio/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'usr.sbin/pcvt/kbdio') diff --git a/usr.sbin/pcvt/kbdio/Makefile b/usr.sbin/pcvt/kbdio/Makefile index 7985af075669..1bbbdda8bbbe 100644 --- a/usr.sbin/pcvt/kbdio/Makefile +++ b/usr.sbin/pcvt/kbdio/Makefile @@ -1,22 +1,20 @@ # $FreeBSD$ PROG= kbdio +NOMAN= #true SRCS= kbdio.y lex.l y.tab.h +CFLAGS+= -I${.OBJDIR} -I${.CURDIR} #-g + #YACC= bison #YFLAGS+= -yd # Bison only YFLAGS+= -v # verbose - LFLAGS+= -I DPADD= ${LIBM} ${LIBY} ${LIBL} LDADD= -lm -ly -ll -NOMAN= - -CFLAGS+= -I${.OBJDIR} -I${.CURDIR} #-g - CLEANFILES+= y.output # comment file from bison install: -- cgit v1.2.3