blob: 3e63270c29c1e651bc13d3b94d5f76ab55cbcc93 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.2 2000/03/01 22:09:58 todd Exp $
# $NetBSD: Makefile,v 1.1 1996/05/16 19:58:54 mark Exp $
TOP= ${.CURDIR}/..
.include "${TOP}/Makefile.inc"
IMAGE= inst-${REV}.fs
.include "${TOP}/inst-common/Makefile.inc"
|