10 lines
205 B
Makefile
10 lines
205 B
Makefile
# $NetBSD: Makefile,v 1.1 2006/03/30 15:45:42 shige Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
SUBDIR= instkernel
|
|
TARGETS+= release
|
|
|
|
.include <bsd.subdir.mk>
|