Install also a gcc.1 manual page as a link from cc.1, as long as

we have the link cc to gcc.
This commit is contained in:
Andreas Schulz 1994-12-26 19:15:19 +00:00
parent 3c8f8257cd
commit d5a22d48c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5238

View File

@ -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>