From 6593d234e6745633462aa643e3da88d02eb9a8d0 Mon Sep 17 00:00:00 2001 From: "Daniel C. Sobral" Date: Fri, 19 May 2000 08:40:11 +0000 Subject: [PATCH] Move man page directives to common/Makefile.inc. Remove INSTALL_FORTH stuff. --- sys/boot/alpha/common/Makefile.common | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/boot/alpha/common/Makefile.common b/sys/boot/alpha/common/Makefile.common index c809c08db07..4e7c78122cc 100644 --- a/sys/boot/alpha/common/Makefile.common +++ b/sys/boot/alpha/common/Makefile.common @@ -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 \