mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-29 06:47:21 +01:00
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:
parent
3c8f8257cd
commit
d5a22d48c4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5238
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user