summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-12-30 10:05:56 +0000
committerBruce Evans <bde@FreeBSD.org>1998-12-30 10:05:56 +0000
commit75d1228cbb4c2ba8b6779c2aa45da2145a2e6722 (patch)
tree9f864897d39c873a2b1a0d5d239dd2eca5c4fdca /sys
parent2d31381a1fa775b918302b710a5d5edb1375be4e (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/boot/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/boot/Makefile.inc b/sys/i386/boot/Makefile.inc
index 2b92805e7977..b58e2e9171bb 100644
--- a/sys/i386/boot/Makefile.inc
+++ b/sys/i386/boot/Makefile.inc
@@ -1,5 +1,7 @@
-# $Id$
+# $Id: Makefile.inc,v 1.2 1998/03/12 12:23:27 bde Exp $
+BINDIR?= /usr/mdec
+CFLAGS+= -aout
.if exists(${.CURDIR}/../../../../include)
CFLAGS+= -nostdinc -I${.CURDIR}/../../../../include
.endif