summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-12-30 10:05:56 +0000
committerbde <bde@FreeBSD.org>1998-12-30 10:05:56 +0000
commit7b1084f205e002921467ef8247d4ca24370b8013 (patch)
treef2250f7135cc77f3d59289f654d909242105ea40 /sys
parent5af00d0eaad16d2f773fb1452174dfe457019a42 (diff)
downloadFreeBSD-src-7b1084f205e002921467ef8247d4ca24370b8013.zip
FreeBSD-src-7b1084f205e002921467ef8247d4ca24370b8013.tar.gz
Add -aout to CFLAGS centrally.
Set the default for BINDIR (to /usr/mdec) centrally.
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 2b92805..b58e2e9 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
OpenPOWER on IntegriCloud