aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-08-08 07:30:02 +0000
committerBruce Evans <bde@FreeBSD.org>1999-08-08 07:30:02 +0000
commitbb9ac9f631857d4a2447b1c9e81d21cabe19d7ec (patch)
treeddb66760230626cd89617b91700e5ce969ef360c /gnu
parentccc2025d3a49f0b1955ac9db1fe3a225ca3ca51f (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/c++filt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/c++filt/Makefile b/gnu/usr.bin/cc/c++filt/Makefile
index 96bbd1f597aea..4b6d72eb631bd 100644
--- a/gnu/usr.bin/cc/c++filt/Makefile
+++ b/gnu/usr.bin/cc/c++filt/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.5 1999/04/04 16:36:31 obrien Exp $
+# $Id: Makefile,v 1.6 1999/07/04 15:51:39 bde Exp $
#
.include "../Makefile.inc"
@@ -8,6 +8,7 @@
PROG = c++filt
SRCS = cplus-dem.c getopt.c getopt1.c underscore.c
+BINDIR= /usr/libexec/${OBJFORMAT}
NOMAN= 1
CFLAGS+= -DMAIN -DIN_GCC -DVERSION=\"$(version)\"