From 9c97c8f02d579c6988b1d150fd1c0fa8dacf2e87 Mon Sep 17 00:00:00 2001 From: obrien 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/config/Makefile | 8 +++++--- usr.sbin/config/SMM.doc/Makefile | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'usr.sbin/config') diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile index ca8e044..982ae14 100644 --- a/usr.sbin/config/Makefile +++ b/usr.sbin/config/Makefile @@ -2,11 +2,13 @@ # $FreeBSD$ PROG= config -CFLAGS+=-I. -I${.CURDIR} -CFLAGS+=${BDECFLAGS} +MAN= config.8 SRCS= config.y main.c lang.l mkmakefile.c mkheaders.c \ mkoptions.c y.tab.h -MAN= config.8 + +CFLAGS+= -I. -I${.CURDIR} +CFLAGS+= ${BDECFLAGS} + DPADD= ${LIBL} LDADD= -ll diff --git a/usr.sbin/config/SMM.doc/Makefile b/usr.sbin/config/SMM.doc/Makefile index 3a2f188..5055062 100644 --- a/usr.sbin/config/SMM.doc/Makefile +++ b/usr.sbin/config/SMM.doc/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $FreeBSD$ DIR= smm/02.config SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t a.t b.t c.t d.t e.t -- cgit v1.1