diff options
Diffstat (limited to 'distrib/ramdisk/Makefile')
-rw-r--r-- | distrib/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile index ea0cc6a1c04..c8e04c39011 100644 --- a/distrib/ramdisk/Makefile +++ b/distrib/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2002/02/15 20:28:57 deraadt Exp $ +# $OpenBSD: Makefile,v 1.21 2002/04/28 18:28:34 deraadt Exp $ REV= ${OSrev} @@ -26,7 +26,7 @@ STRIP?= strip RDSETROOT?= rdsetroot LISTS= ${.CURDIR}/list ${ARCHDIR}/list -MTREE= ${.CURDIR}/mtree.conf +MTREE= ${UTILS}/mtree.conf FLOPPY?= floppy${REV}.fs FLOPPYSIZE?= 2880 |