diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-03-30 02:33:24 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-03-30 02:33:24 +0000 |
commit | 9850eb7c03833609353da9710cdd9913f562d866 (patch) | |
tree | 04a2cc788352e4325eb8ce76c78e84f4289d146c /distrib/mvme88k/ramdisk/Makefile | |
parent | e2cbc6600cdcf3e2fda8a1de25504f02398f3527 (diff) |
Make customizing floppy contents easier by accepting a
user supplied value for LISTFLOPPY.
Suggestion by peter.galbavy@knowtion.net.
ok deraadt@.
Diffstat (limited to 'distrib/mvme88k/ramdisk/Makefile')
-rw-r--r-- | distrib/mvme88k/ramdisk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/mvme88k/ramdisk/Makefile b/distrib/mvme88k/ramdisk/Makefile index 36878cdaef7..f1e9f818700 100644 --- a/distrib/mvme88k/ramdisk/Makefile +++ b/distrib/mvme88k/ramdisk/Makefile @@ -17,7 +17,7 @@ VND_RDEV= /dev/r${VND}a VND_CRDEV= /dev/r${VND}c PID!= echo $$$$ REALIMAGE!= echo /tmp/image.${PID} -LISTFLOPPY= ${.CURDIR}/list_ramdisk +LISTFLOPPY?= ${.CURDIR}/list_ramdisk .include "Makefile.inc" |