NetBSD/distrib/prep/floppies/Makefile

12 lines
322 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2006/06/20 17:40:36 garbled Exp $
2001-01-16 19:53:57 +03:00
2002-04-12 18:09:40 +04:00
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
2001-01-16 19:53:57 +03:00
2002-04-12 18:09:40 +04:00
TARGETS+= release
2001-01-16 19:53:57 +03:00
.include <bsd.subdir.mk>