NetBSD/sbin/newfs/Makefile

14 lines
313 B
Makefile
Raw Normal View History

1993-03-21 12:45:37 +03:00
# @(#)Makefile 7.13 (Berkeley) 2/26/91
1993-03-22 11:04:00 +03:00
#
1993-03-23 03:22:59 +03:00
# $Header: /cvsroot/src/sbin/newfs/Makefile,v 1.3 1993/03/23 00:29:15 cgd 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
MLINKS= newfs.8 mfs.8
.PATH: ${.CURDIR}/../disklabel
.include <bsd.prog.mk>