the install filesystem is now called inst.fs and not inst-REL.fs.

This commit is contained in:
matthias 1997-12-25 09:18:04 +00:00
parent cf8e993afb
commit 2fc2223632
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# $Id: Makefile,v 1.2 1995/09/26 21:24:52 phil Exp $
# $Id: Makefile,v 1.3 1997/12/25 09:18:04 matthias Exp $
TOP= ${.CURDIR}/..
.include "${TOP}/Makefile.inc"
IMAGE= inst-${REV}.fs
IMAGE= inst.fs
.include "${TOP}/inst-common/Makefile.inc"