diff options
author | Alexander Hall <halex@cvs.openbsd.org> | 2010-10-13 14:23:14 +0000 |
---|---|---|
committer | Alexander Hall <halex@cvs.openbsd.org> | 2010-10-13 14:23:14 +0000 |
commit | 2c061d140d803c161395a5c1b9e89f81ad88c331 (patch) | |
tree | 1656a6b6536e680f8b57ae74484b7247df759dbc /distrib/i386/ramdiskB | |
parent | bebf4dd53b2d0cade1352118a04a896a0bffca69 (diff) |
This actually makes use of list.local
"commit" deraadt@
Diffstat (limited to 'distrib/i386/ramdiskB')
-rw-r--r-- | distrib/i386/ramdiskB/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/distrib/i386/ramdiskB/Makefile b/distrib/i386/ramdiskB/Makefile index 08782c1f026..f50ab7c78ac 100644 --- a/distrib/i386/ramdiskB/Makefile +++ b/distrib/i386/ramdiskB/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2002/04/22 02:40:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2010/10/13 14:23:13 halex Exp $ .PATH: ${.CURDIR}/../ramdiskA RAMDISK=RAMDISKB @@ -6,3 +6,5 @@ XNAME=floppyB NOBSDRD=1 .include "${.CURDIR}/../common/Makefile.inc" + +LISTS+= ${.CURDIR}/list.local |