NetBSD/sbin/newfs/Makefile
gwr 10e180cc49 Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00

19 lines
401 B
Makefile

# $NetBSD: Makefile,v 1.12 1997/05/08 21:11:29 gwr Exp $
# @(#)Makefile 8.2 (Berkeley) 3/27/94
PROG= newfs
SRCS= dkcksum.c getmntopts.c newfs.c mkfs.c
MAN= newfs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+=-DMFS -I${MOUNT}
.PATH: ${MOUNT} ${.CURDIR}/../disklabel
DPADD= ${LIBUTIL}
LDADD= -lutil
LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs
MLINKS= newfs.8 mount_mfs.8 newfs.8 mfs.8
.include <bsd.prog.mk>