summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-08-30 02:52:04 +0000
committerjb <jb@FreeBSD.org>1998-08-30 02:52:04 +0000
commit2b6505f997aac707339144a237f95039594d39d4 (patch)
treec66d25bb4948a86d58614cb64bcc6f305e9d7ece /usr.bin/Makefile
parent13a816f577a2a4b0841386bc9d437971f706a097 (diff)
downloadFreeBSD-src-2b6505f997aac707339144a237f95039594d39d4.zip
FreeBSD-src-2b6505f997aac707339144a237f95039594d39d4.tar.gz
BINFORMAT -> OBJFORMAT ready for E-day.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index e007ed4..222b09d 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 1/7/94
-# $Id: Makefile,v 1.106 1998/08/26 10:03:28 gpalmer Exp $
+# $Id: Makefile,v 1.107 1998/08/26 12:41:11 gpalmer Exp $
# XXX MISSING: deroff diction graph learn plot
# spell spline struct xsend
@@ -37,7 +37,7 @@ SUBDIR+=telnet
# Things that don't compile on alpha or are aout specific:
SUBDIR+=ar brandelf dig dnsquery fstat gcore gprof gprof4 host \
ldd modstat mt nm ranlib sasc size strings strip systat truss vmstat
-.if ${BINFORMAT} == aout
+.if ${OBJFORMAT} == aout
SUBDIR+=doscmd
.endif
.endif
OpenPOWER on IntegriCloud