diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-08 19:39:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-08 19:39:56 +0000 |
commit | 82eaf25dc36c60f12f268f4df01a04e12196dfd1 (patch) | |
tree | 0f9e7a6463e0e8d940e52f2f5ffdfde3119b73eb /distrib/sparc/floppies/upgr/Makefile | |
parent | 918a079dcbd7c72522df052a1a08f6ecd75d9a24 (diff) |
build nice in nfs environment
Diffstat (limited to 'distrib/sparc/floppies/upgr/Makefile')
-rw-r--r-- | distrib/sparc/floppies/upgr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sparc/floppies/upgr/Makefile b/distrib/sparc/floppies/upgr/Makefile index bc46cc6027e..466aebe921b 100644 --- a/distrib/sparc/floppies/upgr/Makefile +++ b/distrib/sparc/floppies/upgr/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.1 1995/10/27 22:40:04 deraadt Exp $ +# $Id: Makefile,v 1.2 1996/10/08 19:39:55 deraadt Exp $ TOP= ${.CURDIR}/.. .include "${TOP}/Makefile.inc" -IMAGE= upgr-${REV}.fs +IMAGE= upgr${REV}.fs .include "${TOP}/inst-common/Makefile.inc" |