mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +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
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
# $Id: Makefile,v 1.7 1994/11/15 04:51:27 phk Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
PROG = cc
|
PROG = cc
|
||||||
@ -8,5 +8,6 @@ BINDIR= /usr/bin
|
|||||||
.PATH: ${.CURDIR}/../cc_int
|
.PATH: ${.CURDIR}/../cc_int
|
||||||
SRCS+= obstack.c version.c
|
SRCS+= obstack.c version.c
|
||||||
LINKS= ${BINDIR}/cc ${BINDIR}/gcc
|
LINKS= ${BINDIR}/cc ${BINDIR}/gcc
|
||||||
|
MLINKS= cc.1 gcc.1
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user