From e38c0bd643d3f1e13a54ab689e5c94b634980356 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 30 May 2001 09:31:24 +0000 Subject: [PATCH] Don't link ${BINDIR}/newfs to nowhere. Don't clutter this Makefile (not to mention the error output) with $(BDECFLAGS}. --- sbin/newfs/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile index 4697abf9f36e..80cb66371d17 100644 --- a/sbin/newfs/Makefile +++ b/sbin/newfs/Makefile @@ -6,9 +6,7 @@ SRCS= getmntopts.c newfs.c mkfs.c MAN= newfs.8 MOUNT= ${.CURDIR}/../mount -CFLAGS+=-DFSIRAND -I${MOUNT} ${BDECFLAGS} +CFLAGS+=-DFSIRAND -I${MOUNT} .PATH: ${MOUNT} -LINKS= ${BINDIR}/newfs - .include