aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/as
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1998-05-25 17:34:42 +0000
committerSøren Schmidt <sos@FreeBSD.org>1998-05-25 17:34:42 +0000
commit77dfb966d9bdfb8bf8442dc883287c347f74ccbf (patch)
tree495722fd7ef08984c76cf185c4d5233df95ee396 /gnu/usr.bin/as
parente793c690a04dc6063df234016fba32ef08cd9b98 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/as')
-rw-r--r--gnu/usr.bin/as/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/as/Makefile b/gnu/usr.bin/as/Makefile
index 4e25646d6374..a16c603994d3 100644
--- a/gnu/usr.bin/as/Makefile
+++ b/gnu/usr.bin/as/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 6.1 (Berkeley) 3/3/91
-# $Id: Makefile,v 1.12 1997/02/22 15:43:22 peter Exp $
+# $Id: Makefile,v 1.13 1998/03/06 13:13:15 bde Exp $
.include "config/Makefile.$(MACHINE)"
@@ -16,6 +16,7 @@ gas_objformat=aout
ADDINCLUDE=-I${.OBJDIR}
PROG= as
+BINDIR= /usr/libexec/aout
SRCS+= app.c as.c atof-generic.c bignum-copy.c \
cond.c expr.c flo-const.c flo-copy.c flonum-mult.c \
frags.c hash.c hex-value.c input-file.c input-scrub.c \