1993-07-28 04:56:43 +04:00
|
|
|
# from: @(#)Makefile 7.13 (Berkeley) 2/26/91
|
1993-08-01 09:26:30 +04:00
|
|
|
# $Id: Makefile,v 1.5 1993/08/01 05:27:35 mycroft Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= newfs
|
|
|
|
CFLAGS+=-DMFS
|
|
|
|
SRCS= dkcksum.c newfs.c mkfs.c
|
|
|
|
MAN8= newfs.0
|
|
|
|
LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs
|
1993-07-28 04:56:43 +04:00
|
|
|
MLINKS= newfs.8 mount_mfs.8
|
1993-03-21 12:45:37 +03:00
|
|
|
.PATH: ${.CURDIR}/../disklabel
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|