e38c0bd643
Don't clutter this Makefile (not to mention the error output) with $(BDECFLAGS}.
13 lines
207 B
Makefile
13 lines
207 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 3/27/94
|
|
# $FreeBSD$
|
|
|
|
PROG= newfs
|
|
SRCS= getmntopts.c newfs.c mkfs.c
|
|
MAN= newfs.8
|
|
|
|
MOUNT= ${.CURDIR}/../mount
|
|
CFLAGS+=-DFSIRAND -I${MOUNT}
|
|
.PATH: ${MOUNT}
|
|
|
|
.include <bsd.prog.mk>
|