The best we can do about man pages for the moment.

This commit is contained in:
David E. O'Brien 2002-06-05 21:30:46 +00:00
parent 1bf28f7e94
commit eb5cb11b70
3 changed files with 5 additions and 3 deletions

View file

@ -7,7 +7,6 @@
PROG= cc
MAN= gcc.1
NOMAN= # not while compile from GCC repo checkout
SRCS= gcc.c gccspec.c
NOSHARED?=yes

View file

@ -7,7 +7,6 @@
PROG= cpp
SRCS= gcc.c cppspec.c
NOMAN= 1
CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\"
@ -15,4 +14,9 @@ CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\"
DPADD+= ${LIBCC_INT}
LDADD+= ${LIBCC_INT}
CLEANFILES= cpp.1
cpp.1: cccp.1
ln -sf ${.ALLSRC} ${.TARGET}
.include <bsd.prog.mk>

View file

@ -7,7 +7,6 @@
PROG= f77
SRCS= gcc.c g77spec.c version.c
NOMAN= # not while compile from GCC repo checkout
CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\"