summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-05-30 09:31:24 +0000
committerbde <bde@FreeBSD.org>2001-05-30 09:31:24 +0000
commitb410bb546abd3f7523a7471eccd3b661dbbb053c (patch)
tree3dc8d4c5dc08a779df1b8d16f938c70470bf2c1a /sbin/newfs/Makefile
parent4783026083576dc9b63a6c30a4c8391ef64c7093 (diff)
downloadFreeBSD-src-b410bb546abd3f7523a7471eccd3b661dbbb053c.zip
FreeBSD-src-b410bb546abd3f7523a7471eccd3b661dbbb053c.tar.gz
Don't link ${BINDIR}/newfs to nowhere.
Don't clutter this Makefile (not to mention the error output) with $(BDECFLAGS}.
Diffstat (limited to 'sbin/newfs/Makefile')
-rw-r--r--sbin/newfs/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile
index 4697abf..80cb663 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud