summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-09-14 04:14:30 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-09-14 04:14:30 +0000
commitf03267c6a399edcef4c15c98b1347213973dce6d (patch)
tree6ad2d650623ca11bd6952624d628f2e4b6567136
parentc2d043a9402071d9eb07a45d0821fbc983e91d97 (diff)
downloadFreeBSD-src-f03267c6a399edcef4c15c98b1347213973dce6d.zip
FreeBSD-src-f03267c6a399edcef4c15c98b1347213973dce6d.tar.gz
Make MOUNT be MOUNT? so I can easily override it for building 2 floppies
concurrently now that the floppy driver works good enought to do this!
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index fe04eed..fc2946f 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -30,7 +30,7 @@ FREEBSD= CONTRIB.386BSD CONTRIB.FreeBSD RELNOTES.FreeBSD ${COPYRIGHT}
#
# Floppy drive name and files for building FreeBSD Floppies
FLOPPY?= fd0
-MOUNT= /mnt
+MOUNT?= /mnt
#
MDEC= usr/mdec/bootfd usr/mdec/fdboot
MDEC+= usr/mdec/bootsd usr/mdec/sdboot
OpenPOWER on IntegriCloud