mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Prepare to pick up manpages from their new location.
This commit is contained in:
parent
83cc3b492f
commit
f6b0ef28b7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162511
@ -3,7 +3,7 @@
|
||||
.include "../Makefile.inc"
|
||||
.include "../Makefile.fe"
|
||||
|
||||
.PATH: ${GCCDIR}
|
||||
.PATH: ${GCCDIR} ${GCCDIR}/doc
|
||||
|
||||
PROG= cc
|
||||
MAN= gcc.1
|
||||
|
@ -3,7 +3,7 @@
|
||||
.include "../Makefile.inc"
|
||||
.include "../Makefile.fe"
|
||||
|
||||
.PATH: ${GCCDIR}
|
||||
.PATH: ${GCCDIR} ${GCCDIR}/doc
|
||||
|
||||
PROG= cpp
|
||||
SRCS= gcc.c cppspec.c
|
||||
@ -11,9 +11,4 @@ SRCS= gcc.c cppspec.c
|
||||
DPADD= ${LIBCC_INT}
|
||||
LDADD= ${LIBCC_INT}
|
||||
|
||||
CLEANFILES= cpp.1
|
||||
|
||||
cpp.1: cccp.1
|
||||
cat ${.ALLSRC} > ${.TARGET}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user