d5fff03ed1
- KNF - cleaned up a few typos. - use the msdosfs header files. - separated Makefile and Makefile.boot, since we cannot build bootcode.h (yet) ToDo: - Make it work on hard disks; only works on floppies - Make it accept an msdos.sys io.sys and a command.com, to make a real dos bootable disk.
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>
|