diff options
author | ru <ru@FreeBSD.org> | 2001-02-19 15:52:38 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-19 15:52:38 +0000 |
commit | 4cbf75ec11f58a37f3b9f1fdd3816a3ba5abb86b (patch) | |
tree | 3047b1ebf58334bc9506a4b741b79ee2276f9770 /share | |
parent | 97e52ec00f0b15b4c4991091e3c72913bb0d1765 (diff) | |
download | FreeBSD-src-4cbf75ec11f58a37f3b9f1fdd3816a3ba5abb86b.zip FreeBSD-src-4cbf75ec11f58a37f3b9f1fdd3816a3ba5abb86b.tar.gz |
Remove (now unnecessary) MLINKS.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.alpha/Makefile | 3 | ||||
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 45 | ||||
-rw-r--r-- | share/man/man8/Makefile | 4 | ||||
-rw-r--r-- | share/man/man8/man8.alpha/Makefile | 2 | ||||
-rw-r--r-- | share/man/man8/man8.i386/Makefile | 2 |
5 files changed, 3 insertions, 53 deletions
diff --git a/share/man/man4/man4.alpha/Makefile b/share/man/man4/man4.alpha/Makefile index 0987f2d..6adfda2 100644 --- a/share/man/man4/man4.alpha/Makefile +++ b/share/man/man4/man4.alpha/Makefile @@ -2,9 +2,6 @@ MAN4= linux.4 osf1.4 -MLINKS= linux.4 ../linux.4 -MLINKS+= osf1.4 ../osf1.4 - MANSUBDIR=/alpha .include <bsd.prog.mk> diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index dc3a113..01b8241 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -11,50 +11,7 @@ MAN4= aic.4 alpm.4 apm.4 ar.4 asc.4 asr.4 \ tx.4 vx.4 \ wd.4 wl.4 wt.4 -MLINKS= aic.4 ../aic.4 -MLINKS+= alpm.4 ../alpm.4 -MLINKS+= apm.4 ../apm.4 -MLINKS+= ar.4 ../ar.4 -MLINKS+= asc.4 ../asc.4 -MLINKS+= asr.4 ../asr.4 -MLINKS+= cs.4 ../cs.4 -MLINKS+= cx.4 ../cx.4 -MLINKS+= cy.4 ../cy.4 -MLINKS+= dgb.4 ../dgb.4 -MLINKS+= el.4 ../el.4 -MLINKS+= en.4 ../en.4 -MLINKS+= ep.4 ../ep.4 -MLINKS+= ex.4 ../ex.4 -MLINKS+= fe.4 ../fe.4 -MLINKS+= gsc.4 ../gsc.4 -MLINKS+= ie.4 ../ie.4 -MLINKS+= io.4 ../io.4 -MLINKS+= labpc.4 ../labpc.4 -MLINKS+= le.4 ../le.4 -MLINKS+= linux.4 ../linux.4 -MLINKS+= lnc.4 ../lnc.4 -MLINKS+= matcd.4 ../matcd.4 -MLINKS+= mcd.4 ../mcd.4 -MLINKS+= meteor.4 ../meteor.4 -MLINKS+= mse.4 ../mse.4 -MLINKS+= npx.4 ../npx.4 -MLINKS+= pcf.4 ../pcf.4 -MLINKS+= perfmon.4 ../perfmon.4 -MLINKS+= pnp.4 ../pnp.4 -MLINKS+= ray.4 ../ray.4 -MLINKS+= rdp.4 ../rdp.4 -MLINKS+= sb.4 ../sb.4 -MLINKS+= scd.4 ../scd.4 -MLINKS+= spkr.4 ../spkr.4 spkr.4 speaker.4 spkr.4 ../speaker.4 -MLINKS+= sr.4 ../sr.4 -MLINKS+= streams.4 ../streams.4 -MLINKS+= svr4.4 ../svr4.4 -MLINKS+= tw.4 ../tw.4 -MLINKS+= tx.4 ../tx.4 -MLINKS+= vx.4 ../vx.4 -MLINKS+= wd.4 ../wd.4 -MLINKS+= wl.4 ../wl.4 -MLINKS+= wt.4 ../wt.4 +MLINKS= spkr.4 speaker.4 MANSUBDIR=/i386 diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index 4080699..eb754fe 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -8,10 +8,10 @@ MLINKS= rc.8 rc.serial.8 rc.8 rc.pccard.8 rc.8 rc.network.8 \ # XXX NOT IMPORTED: man8.hp300 man8.tahoe man8.vax .if ${MACHINE_ARCH} == "i386" -MLINKS+= rc.8 rc.i386.8 +MLINKS+= rc.8 i386/rc.i386.8 SUBDIR= man8.i386 .elif ${MACHINE_ARCH} == "alpha" -MLINKS+= rc.8 rc.alpha.8 +MLINKS+= rc.8 alpha/rc.alpha.8 SUBDIR= man8.alpha .endif diff --git a/share/man/man8/man8.alpha/Makefile b/share/man/man8/man8.alpha/Makefile index 7a04564..bf2f797 100644 --- a/share/man/man8/man8.alpha/Makefile +++ b/share/man/man8/man8.alpha/Makefile @@ -4,6 +4,4 @@ MAN8= MAKEDEV.8 MANSUBDIR=/alpha -MLINKS= MAKEDEV.8 ../MAKEDEV.8 ../rc.alpha.8 rc.alpha.8 - .include <bsd.prog.mk> diff --git a/share/man/man8/man8.i386/Makefile b/share/man/man8/man8.i386/Makefile index da3ccf3..081e810 100644 --- a/share/man/man8/man8.i386/Makefile +++ b/share/man/man8/man8.i386/Makefile @@ -4,6 +4,4 @@ MAN8= MAKEDEV.8 MANSUBDIR=/i386 -MLINKS= MAKEDEV.8 ../MAKEDEV.8 ../rc.i386.8 rc.i386.8 - .include <bsd.prog.mk> |