aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1997-03-28 04:45:30 +0000
committerJohn Polstra <jdp@FreeBSD.org>1997-03-28 04:45:30 +0000
commita6660d60357458a301977c13fd91aa463e21579c (patch)
treefbc4245403792b86caa4dd3b21d291c3a664e4b6 /gnu/usr.bin
parente5df661c83d387fe67203fa974efce435d87177f (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index edaa3cf66cb1..1b4fd4e4d757 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -1,5 +1,5 @@
#
-# $Id$
+# $Id: Makefile.inc,v 1.19 1997/02/22 15:44:48 peter Exp $
#
# Sometimes this is .include'd several times...
@@ -16,8 +16,8 @@ OUT_OBJ= i386
.PATH: ${GCCDIR}/config/i386
# Pick aout for now. the elf config is not binary compatable.
-BINFORMAT= aout
-#BINFORMAT= elf
+BINFORMAT?= aout
+#BINFORMAT?= elf
.if ${BINFORMAT} == aout
CFLAGS+= -DFREEBSD_AOUT