diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-04-13 17:17:57 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-04-13 17:17:57 +0000 |
commit | e326f4656f8b22aa36092753985a6f87e93d7579 (patch) | |
tree | 0db3f7e81182aab19cfe90387c29ab3103d48563 /distrib/i386/floppies/inst | |
parent | 091aa076e3981a6d671f839cff32f29a3070338a (diff) |
import of hp300's ramdisk stuff for i386.
merged w/ existing stuff...
awk nuked away from ramdisk, only MAKEDEV needs it.
Diffstat (limited to 'distrib/i386/floppies/inst')
-rw-r--r-- | distrib/i386/floppies/inst/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/inst/Makefile b/distrib/i386/floppies/inst/Makefile index 4d32f2c3ed8..4406f88d82a 100644 --- a/distrib/i386/floppies/inst/Makefile +++ b/distrib/i386/floppies/inst/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.2 1996/09/21 07:03:13 deraadt Exp $ +# $Id: Makefile,v 1.3 1997/04/13 17:17:47 mickey Exp $ TOP= ${.CURDIR}/.. .include "${TOP}/Makefile.inc" IMAGE= inst${REV}.fs -.include "${TOP}/inst-common/Makefile.inc" +.include "${TOP}/common/Makefile.inc" |