diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-11-16 23:39:16 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-11-16 23:39:16 +0000 |
commit | 5a8bc4e9a01109d2fa395409781023683c23adc8 (patch) | |
tree | 675e75d2343a184fc1fe796729008c0625c0ab4f /distrib | |
parent | 1449670f97f9b7eae9261c7a3200c259e78a0135 (diff) |
fix order of include
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/pmax/ramdisk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |