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 72bca47f6d4..176667e1e3e 100644 --- a/distrib/ramdisk/Makefile +++ b/distrib/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2009/04/17 15:59:48 deraadt Exp $ +# $OpenBSD: Makefile,v 1.37 2010/10/18 04:07:51 deraadt Exp $ REV= ${OSrev} @@ -32,7 +32,7 @@ KERNEL?= RAMDISK UTILS?= ${.CURDIR}/../miniroot STRIP?= strip -LISTS= ${.CURDIR}/list ${ARCHDIR}/list +LISTS= ${.CURDIR}/list ${ARCHDIR}/list.local MTREE= ${UTILS}/mtree.conf FLOPPY?= floppy${REV}.fs |