diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-09-14 04:14:30 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-09-14 04:14:30 +0000 |
commit | f03267c6a399edcef4c15c98b1347213973dce6d (patch) | |
tree | 6ad2d650623ca11bd6952624d628f2e4b6567136 | |
parent | c2d043a9402071d9eb07a45d0821fbc983e91d97 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |