From 5a8bc4e9a01109d2fa395409781023683c23adc8 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 16 Nov 1998 23:39:16 +0000 Subject: fix order of include --- distrib/pmax/ramdisk/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'distrib') diff --git a/distrib/pmax/ramdisk/Makefile b/distrib/pmax/ramdisk/Makefile index 5413fb5a9ec..3142b022895 100644 --- a/distrib/pmax/ramdisk/Makefile +++ b/distrib/pmax/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 1998/11/09 06:16:07 millert Exp $ +# $OpenBSD: Makefile,v 1.2 1998/11/16 23:39:15 millert Exp $ TOP= ${.CURDIR}/.. @@ -20,11 +20,11 @@ STRIP?= strip GZIP?= gzip GZIPFLAGS?= -9f +.include "Makefile.inc" + all: ${CBIN} ${IMAGE} bsd.rd @echo "all done" -.include "Makefile.inc" - DISKTYPE= rdroot NBLKS= 6144 NEWFSARGS= -m 0 -o space -c 16 -i 3072 -- cgit v1.2.3