mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Move man page directives to common/Makefile.inc.
Remove INSTALL_FORTH stuff.
This commit is contained in:
parent
41ed5f6d65
commit
6593d234e6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60700
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user