mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-22 03:53:40 -04:00
10 lines
161 B
Makefile
10 lines
161 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/01/22 03:53:29 tsutsui Exp $
|
|
|
|
SUBDIR=
|
|
SUBDIR+= emuimage
|
|
SUBDIR+= usbimage
|
|
|
|
TARGETS+= release live_image
|
|
|
|
.include <bsd.subdir.mk>
|