9 lines
178 B
Makefile
9 lines
178 B
Makefile
# $Id: Makefile,v 1.1 1995/10/01 21:22:23 ragge Exp $
|
|
|
|
TOP= ${.CURDIR}/..
|
|
|
|
.include "${TOP}/Makefile.inc"
|
|
IMAGE= miniroot-${REV}.fs
|
|
|
|
.include "${TOP}/inst-common/Makefile.inc"
|