From fd34c08077aafc9f0097ca6553da0fe6e3cbd5b8 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 28 Apr 2002 18:28:35 +0000 Subject: use single shared mtree.conf --- distrib/ramdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/ramdisk/Makefile') 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 -- cgit v1.2.3