diff options
author | bde <bde@FreeBSD.org> | 1998-12-30 10:05:56 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-12-30 10:05:56 +0000 |
commit | 7b1084f205e002921467ef8247d4ca24370b8013 (patch) | |
tree | f2250f7135cc77f3d59289f654d909242105ea40 /sys | |
parent | 5af00d0eaad16d2f773fb1452174dfe457019a42 (diff) | |
download | FreeBSD-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.inc | 4 |
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 |