10 lines
217 B
Makefile
10 lines
217 B
Makefile
# $NetBSD: Makefile,v 1.2 1997/10/10 19:51:57 christos Exp $
|
|
# Id: Makefile,v 1.3 1997/02/22 16:06:35 peter Exp
|
|
#
|
|
PROG=newfs_msdos
|
|
MAN=newfs_msdos.8
|
|
|
|
CPPFLAGS+= -I${.CURDIR}/../../sys/msdosfs
|
|
|
|
.include <bsd.prog.mk>
|