Move man page directives to common/Makefile.inc.

Remove INSTALL_FORTH stuff.
This commit is contained in:
dcs 2000-05-19 08:40:11 +00:00
parent 4d7b0b58aa
commit ca29f7df26

View File

@ -39,10 +39,6 @@ CFLAGS+= -I${.CURDIR}/..
CRT= start.o
STRIP=
BINDIR?= /boot
.ifdef INSTALL_FORTH
MAN5= ../../forth/loader.conf.5
MAN8= ../../i386/loader/loader.8 ../../forth/loader.4th.8
.endif
all: ${BASE}
@ -75,11 +71,9 @@ beforeinstall:
${.CURDIR}/${BASE}.help ${DESTDIR}/boot
.endif
.endif
.ifdef INSTALL_FORTH
.if !exists(${DESTDIR}/boot/loader.rc)
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/../../forth/loader.rc ${DESTDIR}/boot
.endif
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/../../forth/loader.4th ${DESTDIR}/boot
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \