Cleanup Makefiles and add missing ones.

This commit is contained in:
Hiroki Sato 2005-07-30 12:43:03 +00:00
parent 7bbeb0b1f3
commit ec1c26fd77
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25272
13 changed files with 59 additions and 4 deletions

View file

@ -1,5 +1,7 @@
# $FreeBSD$
BINDIR= /usr/share BINDIR= /usr/share
SUBDIR= man1 man2 man5 man6 man7 man8 man9 SUBDIR= man1 man2 man3 man4 man5 man6 man7 man8 man9
makedb: makedb:
LANG=ja_JP.EUC jmakewhatis ${DESTDIR}${BINDIR}/man/ja/ LANG=ja_JP.EUC jmakewhatis ${DESTDIR}${BINDIR}/man/ja/

View file

@ -1,3 +1,5 @@
PREFIX= /usr/share # $FreeBSD$
MANDIR= ${PREFIX}/man/ja/man
MROFF_CMD= /usr/local/bin/groff -Tnippon -man PREFIX?= /usr
MANDIR?= ${PREFIX}/share/man/ja/man
MROFF_CMD?= /usr/local/bin/groff -Tnippon -man

View file

@ -1,4 +1,5 @@
# $FreeBSD$ # $FreeBSD$
MAN1 = addftinfo.1\ MAN1 = addftinfo.1\
addr2line.1\ addr2line.1\
afmtodit.1\ afmtodit.1\

View file

@ -1,4 +1,5 @@
# $FreeBSD$ # $FreeBSD$
MAN2 = _exit.2\ MAN2 = _exit.2\
accept.2\ accept.2\
access.2\ access.2\

View file

@ -1,4 +1,5 @@
# $FreeBSD$ # $FreeBSD$
MAN3 = _secure_path.3\ MAN3 = _secure_path.3\
abort.3\ abort.3\
abs.3\ abs.3\

View file

@ -1,3 +1,5 @@
# $FreeBSD$
MAN4= adv.4\ MAN4= adv.4\
adw.4\ adw.4\
aha.4\ aha.4\
@ -177,4 +179,6 @@ MLINKS+=yp.4 NIS.4
MLINKS+=yp.4 YP.4 MLINKS+=yp.4 YP.4
MLINKS+=yp.4 nis.4 MLINKS+=yp.4 nis.4
SUBDIR= man4.i386
.include "bsd.prog.mk" .include "bsd.prog.mk"

View file

@ -0,0 +1,28 @@
# $FreeBSD$
MAN= aic.4 \
apm.4 \
ar.4 \
cs.4 \
cx.4 \
el.4 \
ep.4 \
ex.4 \
fe.4 \
ie.4 \
io.4 \
lnc.4 \
mcd.4 \
npx.4 \
pcf.4 \
perfmon.4 \
pnp.4 \
scd.4 \
spkr.4 \
sr.4 \
vx.4 \
wd.4
MANSUBDIR=/i386
.include <bsd.prog.mk>

View file

@ -1,4 +1,5 @@
# $FreeBSD$ # $FreeBSD$
MAN5 = a.out.5\ MAN5 = a.out.5\
acct.5\ acct.5\
aliases.5\ aliases.5\

View file

@ -1,4 +1,5 @@
# $FreeBSD$ # $FreeBSD$
MAN6 = banner.6\ MAN6 = banner.6\
bcd.6\ bcd.6\
caesar.6\ caesar.6\
@ -14,4 +15,5 @@ MAN6 = banner.6\
MLINKS+=bcd.6 ppt.6 MLINKS+=bcd.6 ppt.6
MLINKS+=factor.6 primes.6 MLINKS+=factor.6 primes.6
MLINKS+=caesar.6 rot13.6 MLINKS+=caesar.6 rot13.6
.include "bsd.prog.mk" .include "bsd.prog.mk"

View file

@ -1,4 +1,5 @@
# $FreeBSD$ # $FreeBSD$
MAN7 = ascii.7\ MAN7 = ascii.7\
build.7\ build.7\
clocks.7\ clocks.7\

View file

@ -1,4 +1,5 @@
# $FreeBSD$ # $FreeBSD$
MAN8 = IPXrouted.8\ MAN8 = IPXrouted.8\
MAKEDEV.8\ MAKEDEV.8\
ac.8\ ac.8\
@ -358,4 +359,6 @@ MLINKS+=yp.8 nis.8
MLINKS+=fsck_ffs.8 fsck_ufs.8 MLINKS+=fsck_ffs.8 fsck_ufs.8
MLINKS+=fsck_ffs.8 fsck_4.2bsd.8 MLINKS+=fsck_ffs.8 fsck_4.2bsd.8
SUBDIR= man8.i386
.include "bsd.prog.mk" .include "bsd.prog.mk"

View file

@ -0,0 +1,8 @@
# $FreeBSD$
MAN= apm.8 \
apmd.8
MANSUBDIR=/i386
.include <bsd.prog.mk>

View file

@ -1,4 +1,5 @@
# $FreeBSD$ # $FreeBSD$
MAN9 = BUF_LOCK.9\ MAN9 = BUF_LOCK.9\
BUF_LOCKFREE.9\ BUF_LOCKFREE.9\
BUF_LOCKINIT.9\ BUF_LOCKINIT.9\