diff options
| author | Andreas Schulz <ats@FreeBSD.org> | 1994-12-26 19:15:19 +0000 |
|---|---|---|
| committer | Andreas Schulz <ats@FreeBSD.org> | 1994-12-26 19:15:19 +0000 |
| commit | d5a22d48c4d05ad06b6ba45f0fedac096dfef3f0 (patch) | |
| tree | 0610e45b882b2c9e56fba5772a46cd4ea823c2e0 | |
| parent | 3c8f8257cd037d99d249a17877e6153a09df3f68 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/cc/cc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc/Makefile b/gnu/usr.bin/cc/cc/Makefile index 8da044cd90fc..ce9e1fe60fca 100644 --- a/gnu/usr.bin/cc/cc/Makefile +++ b/gnu/usr.bin/cc/cc/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: Makefile,v 1.7 1994/11/15 04:51:27 phk Exp $ # PROG = cc @@ -8,5 +8,6 @@ BINDIR= /usr/bin .PATH: ${.CURDIR}/../cc_int SRCS+= obstack.c version.c LINKS= ${BINDIR}/cc ${BINDIR}/gcc +MLINKS= cc.1 gcc.1 .include <bsd.prog.mk> |
