diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-04 16:36:35 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-04 16:36:35 +0000 |
| commit | 18ff6ae909e7ce64495fee31ac83b770eda540b2 (patch) | |
| tree | d03d78886af84b6f9d6f85827e1c247ccfb9fe57 /gnu/usr.bin/cc/c++filt/Makefile | |
| parent | eec64f7486b83d0692714786084cbc7c9e1a402e (diff) | |
Notes
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 |
