summaryrefslogtreecommitdiffstats
path: root/sbin/newfs
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/newfs')
-rw-r--r--sbin/newfs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile
index 7ad8c5a..7dc817c 100644
--- a/sbin/newfs/Makefile
+++ b/sbin/newfs/Makefile
@@ -1,12 +1,13 @@
# @(#)Makefile 8.2 (Berkeley) 3/27/94
+# $FreeBSD$
PROG= newfs
-SRCS= dkcksum.c getmntopts.c newfs.c mkfs.c
+SRCS= getmntopts.c newfs.c mkfs.c
MAN8= newfs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+=-DMFS -DFSIRAND -I${MOUNT}
-.PATH: ${MOUNT} ${.CURDIR}/../disklabel
+.PATH: ${MOUNT}
LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs
MLINKS= newfs.8 mount_mfs.8 newfs.8 mfs.8 newfs.8 tmpfs.8
OpenPOWER on IntegriCloud