17 lines
271 B
Makefile
17 lines
271 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/12/01 10:11:26 ad Exp $
|
|
|
|
SUBDIR=
|
|
SUBDIR+= ramdisks
|
|
SUBDIR+= .WAIT
|
|
SUBDIR+= instkernel
|
|
SUBDIR+= kmod
|
|
SUBDIR+= .WAIT
|
|
SUBDIR+= cdroms
|
|
SUBDIR+= floppies
|
|
TARGETS+= release
|
|
|
|
iso_image:
|
|
${MAKEDIRTARGET} cdroms iso_image
|
|
|
|
.include <bsd.subdir.mk>
|