Move man page directives to common/Makefile.inc.

Remove INSTALL_FORTH stuff.
This commit is contained in:
Daniel C. Sobral 2000-05-19 08:40:11 +00:00
parent 41ed5f6d65
commit 6593d234e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60700

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 \