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