10 lines
233 B
Makefile
10 lines
233 B
Makefile
|
# $NetBSD: Makefile,v 1.1 1997/03/01 19:42:54 christos Exp $
|
||
|
# Id: Makefile,v 1.3 1997/02/22 16:06:35 peter Exp
|
||
|
#
|
||
|
PROG=newfs_msdos
|
||
|
MAN=newfs_msdos.8
|
||
|
|
||
|
CFLAGS+= -I${.CURDIR}/../../sys/msdosfs -Wall -Wno-unused
|
||
|
|
||
|
.include <bsd.prog.mk>
|