Don't link ${BINDIR}/newfs to nowhere.

Don't clutter this Makefile (not to mention the error output) with
$(BDECFLAGS}.
This commit is contained in:
Bruce Evans 2001-05-30 09:31:24 +00:00
parent 370b8c6831
commit e38c0bd643
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77479

View File

@ -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>