NetBSD/sbin/newfs/Makefile

14 lines
285 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
#
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 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>