From 5796c98c6a9e13e827df10c77c3110316f43e75c Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 11 Jun 2003 23:24:31 +0000 Subject: style clean. --- sbin/ffsinfo/Makefile | 16 +++++++--------- sbin/growfs/Makefile | 4 ++-- 2 files changed, 9 insertions(+), 11 deletions(-) (limited to 'sbin') diff --git a/sbin/ffsinfo/Makefile b/sbin/ffsinfo/Makefile index 5e6e8ed..9562f36 100644 --- a/sbin/ffsinfo/Makefile +++ b/sbin/ffsinfo/Makefile @@ -6,16 +6,14 @@ MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG -#CFLAGS+=${BDECFLAGS} - -PROG= ffsinfo -SRCS= ffsinfo.c debug.c -MAN= ffsinfo.8 - GROWFS= ${.CURDIR}/../growfs -CFLAGS+=-DFS_DEBUG -I${GROWFS} -WARNS= 0 +.PATH: ${GROWFS} -.PATH: ${GROWFS} +PROG= ffsinfo +SRCS= ffsinfo.c debug.c +MAN= ffsinfo.8 + +WARNS?= 0 +CFLAGS+=-DFS_DEBUG -I${GROWFS} .include diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile index 5cb76a7..b89c200 100644 --- a/sbin/growfs/Makefile +++ b/sbin/growfs/Makefile @@ -7,16 +7,16 @@ MAINTAINER= tomsoft@FreeBSD.ORG, chm@FreeBSD.ORG #GFSDBG=YES -#CFLAGS+=${BDECFLAGS} PROG= growfs SRCS= growfs.c MAN= growfs.8 +WARNS?= 0 + .if defined(GFSDBG) SRCS+= debug.c CFLAGS+=-DFS_DEBUG .endif -WARNS= 0 .include -- cgit v1.1