12 lines
322 B
Makefile
12 lines
322 B
Makefile
# $NetBSD: Makefile,v 1.3 2006/06/20 17:40:36 garbled Exp $
|
|
|
|
SUBDIR= ramdisk .WAIT \
|
|
kernel-generic kernel-ramdisk .WAIT \
|
|
bootfloppy.generic bootfloppy_com0.generic \
|
|
bootfloppy.sysinst bootfloppy_com0.sysinst \
|
|
bootfloppy_small.sysinst bootfloppy_small_com0.sysinst
|
|
|
|
TARGETS+= release
|
|
|
|
.include <bsd.subdir.mk>
|