NetBSD/distrib/prep/floppies/Makefile

11 lines
261 B
Makefile
Raw Normal View History

2002-04-12 18:09:40 +04:00
# $NetBSD: Makefile,v 1.2 2002/04/12 14:09:40 lukem 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
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>