9 lines
189 B
Makefile
9 lines
189 B
Makefile
# $NetBSD: Makefile,v 1.3 2002/03/06 12:29:56 lukem Exp $
|
|
|
|
TOP= ${.CURDIR}/..
|
|
|
|
.include "${TOP}/Makefile.inc"
|
|
IMAGE= miniroot-${DISTRIBREV}.fs
|
|
|
|
.include "${TOP}/inst-common/Makefile.inc"
|