17 lines
346 B
Makefile
17 lines
346 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/03/21 14:24:12 tsutsui Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
SUBDIR= ramdisk .WAIT instkernel cdroms
|
|
SUBDIR+= liveimage
|
|
TARGETS+= release
|
|
|
|
iso_image:
|
|
${MAKEDIRTARGET} cdroms iso_image
|
|
|
|
live_image:
|
|
${MAKEDIRTARGET} liveimage live_image
|
|
|
|
.include <bsd.subdir.mk>
|