diff options
Diffstat (limited to 'gnu/usr.bin/cc/c++filt/Makefile')
| -rw-r--r-- | gnu/usr.bin/cc/c++filt/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/c++filt/Makefile b/gnu/usr.bin/cc/c++filt/Makefile index 34cd99e598a37..27074966c527b 100644 --- a/gnu/usr.bin/cc/c++filt/Makefile +++ b/gnu/usr.bin/cc/c++filt/Makefile @@ -1,7 +1,11 @@ # -# $Id: Makefile,v 1.3 1997/02/22 15:44:50 peter Exp $ +# $Id: Makefile,v 1.5 1999/03/05 04:55:03 obrien Exp $ # +.include "../Makefile.inc" + +.PATH: ${GCCDIR} + PROG = c++filt SRCS = cplus-dem.c getopt.c getopt1.c underscore.c BINDIR= /usr/bin |
