aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-10-07 08:09:20 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-10-07 08:09:20 +0000
commit5765b4ef72e0d68b1b98edadfc61ec988a81da89 (patch)
tree91d7936bab0915304fd5edf36aa7ec49ec94ec2f /sys/boot/pc98
parentfcc57bdac416eca694c6193886a2952e8092b89c (diff)
downloadsrc-5765b4ef72e0d68b1b98edadfc61ec988a81da89.tar.gz
src-5765b4ef72e0d68b1b98edadfc61ec988a81da89.zip
Move the definition of UFS1_ONLY into the Makefiles where it belongs.
Sponsored by: DARPA & NAI Labs.
Notes
Notes: svn path=/head/; revision=104612
Diffstat (limited to 'sys/boot/pc98')
-rw-r--r--sys/boot/pc98/boot2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/pc98/boot2/Makefile b/sys/boot/pc98/boot2/Makefile
index f5f4c8782c25..240c92cd6b31 100644
--- a/sys/boot/pc98/boot2/Makefile
+++ b/sys/boot/pc98/boot2/Makefile
@@ -15,6 +15,7 @@ CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
CFLAGS+= ${CWARNFLAGS}
CFLAGS+= -I${.CURDIR}/../../.. -I.
+CFLAGS+= -DUFS1_ONLY
# By default, if a serial port is going to be used as console, use COM1
# (aka /dev/ttyd0).