diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-01-23 13:48:36 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-01-23 13:48:36 +0000 |
commit | f43b8177a91e06e2713aa7476c6e46109614bb9d (patch) | |
tree | bc18e094c9a0974c4db6d9350320eb5b924f2299 /share | |
parent | f81a68a29e579f53dbf685a9a41daa4a4245ae29 (diff) | |
download | FreeBSD-src-f43b8177a91e06e2713aa7476c6e46109614bb9d.zip FreeBSD-src-f43b8177a91e06e2713aa7476c6e46109614bb9d.tar.gz |
Don't build ze and zp manpages.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 8de20fc..16d3bb5 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -9,7 +9,7 @@ MAN4= adv.4 adw.4 aha.4 ahb.4 aic.4 alpm.4 apm.4 ar.4 asc.4 \ rdp.4 sb.4 scd.4 \ spkr.4 sr.4 tw.4 \ tx.4 vx.4 \ - wd.4 wfd.4 wi.4 wl.4 wt.4 ze.4 zp.4 + wd.4 wfd.4 wi.4 wl.4 wt.4 MLINKS= adv.4 ../adv.4 MLINKS+= adw.4 ../adw.4 @@ -62,8 +62,6 @@ MLINKS+= wfd.4 ../wfd.4 MLINKS+= wi.4 ../wi.4 MLINKS+= wl.4 ../wl.4 MLINKS+= wt.4 ../wt.4 -MLINKS+= ze.4 ../ze.4 -MLINKS+= zp.4 ../zp.4 MANSUBDIR=/i386 |