Date: Wed, 25 Oct 1995 16:58:28 +0100 From: Wolfram Schneider <wosch@cs.tu-berlin.de> To: bugs@freebsd.org Subject: Manpage Makefile patches II Message-ID: <199510251558.QAA18606@localhost>
index | next in thread | raw e-mail
Last part. I am awfully sorry, the following files are also in
previous patch.
src/gnu/usr.bin/cc/cc/Makefile
src/lib/libc/gen/Makefile.inc
src/lib/libm/Makefile
src/usr.bin/vi/common/Makefile
Wolfram
--- src/gnu/usr.bin/cc/cc/Makefile Tue Dec 27 02:02:00 1994
+++ src/gnu/usr.bin/cc/cc/Makefile.new Mon Oct 23 21:44:10 1995
@@ -8,6 +8,6 @@
.PATH: ${.CURDIR}/../cc_int
SRCS+= obstack.c version.c
LINKS= ${BINDIR}/cc ${BINDIR}/gcc
-MLINKS= cc.1 gcc.1
+MLINKS= cc.1 gcc.1 cc.1 g++.1 cc.1 c++.1
.include <bsd.prog.mk>
--- src/usr.bin/vi/common/Makefile Sun Sep 11 02:00:00 1994
+++ src/usr.bin/vi/common/Makefile.new Mon Oct 23 21:46:13 1995
@@ -8,6 +8,8 @@
LINKS+= ${BINDIR}/${VI} ${BINDIR}/vi ${BINDIR}/${EX} ${BINDIR}/ex
LINKS+= ${BINDIR}/${VI} ${BINDIR}/view
MAN1= ${.CURDIR}/../USD.doc/vi.man/vi.1
+MLINKS+=vi.1 ex.1 vi.1 view.1
+MLINKS+=vi.1 nex.1 vi.1 nview.1 vi.1 nvi.1
CFLAGS+=-I. -I${.CURDIR}
DPADD+= ${LIBCURSES} ${LIBTERMCAP} ${LIBUTIL}
--- src/lib/libc/gen/Makefile.inc Tue May 30 12:21:00 1995
+++ src/lib/libc/gen/Makefile.inc.new Tue Oct 24 14:15:10 1995
@@ -58,13 +58,15 @@
MLINKS+=config_open.3 config_next.3 config_open.3 config_close.3 \
config_open.3 config_skip.3
MLINKS+=crypt.3 encrypt.3 crypt.3 setkey.3
+MLINKS+=crypt.3 des_setkey.3 crypt.3 des_cipher.3
MLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \
directory.3 readdir.3 directory.3 rewinddir.3 directory.3 seekdir.3 \
directory.3 telldir.3
MLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 execv.3 \
- exec.3 execvp.3
+ exec.3 execvp.3 exec.3 exect.3
MLINKS+=err.3 verr.3 err.3 errx.3 err.3 verrx.3 err.3 warn.3 err.3 vwarn.3 \
- err.3 warnx.3 err.3 vwarnx.3
+ err.3 warnx.3 err.3 vwarnx.3 err.3 err_set_file.3 \
+ err.3 err_set_exit.3
MLINKS+=isinf.3 isnan.3
MLINKS+=getcap.3 cgetcap.3 getcap.3 cgetclose.3 getcap.3 cgetent.3 \
getcap.3 cgetfirst.3 getcap.3 cgetmatch.3 getcap.3 cgetnext.3 \
@@ -88,7 +90,7 @@
MLINKS+=getusershell.3 endusershell.3 getusershell.3 setusershell.3
MLINKS+=glob.3 globfree.3
MLINKS+=popen.3 pclose.3
-MLINKS+=psignal.3 sys_siglist.3
+MLINKS+=psignal.3 sys_siglist.3 psignal.3 sys_signame.3
MLINKS+=pwcache.3 user_from_uid.3 pwcache.3 group_from_gid.3
MLINKS+=rand48.3 _rand48.3 rand48.3 drand48.3 rand48.3 erand48.3 \
rand48.3 jrand48.3 rand48.3 lcong48.3 rand48.3 lrand48.3 \
@@ -112,3 +114,4 @@
MLINKS+=ttyname.3 isatty.3 ttyname.3 ttyslot.3
MLINKS+=tzset.3 tzsetwall.3
MLINKS+=vis.3 strvis.3 vis.3 strvisx.3
+MLINKS+=unvis.3 strunvis.3
--- src/lib/libm/Makefile Fri Aug 5 02:00:00 1994
+++ src/lib/libm/Makefile.new Tue Oct 24 14:09:27 1995
@@ -138,13 +138,41 @@
common_source/rint.3 common_source/sin.3 common_source/sinh.3 \
common_source/sqrt.3 common_source/tan.3 common_source/tanh.3
-MLINKS+=erf.3 erfc.3
-MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3
-MLINKS+=hypot.3 cabs.3
+MLINKS+=rint.3 rintf.3
+MLINKS+=ceil.3 ceilf.3
+MLINKS+=sqrt.3 sqrtf.3 sqrt.3 cbrt.3 sqrt.3 cbrt.3
+MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3
+MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3 \
+ exp.3 expf.3 exp.3 exp2.3 exp.3 exp2f.3 exp.3 exp10.3 exp.3 exp10f.3 \
+ exp.3 expm1f.3 exp.3 logf.3 exp.3 log2.3 exp.3 log2f.3 \
+ exp.3 log10f.3 exp.3 log1pf.3 exp.3 powf.3
+MLINKS+=fabs.3 fabsf.3
+MLINKS+=floor.3 floorf.3
+MLINKS+=fmod.3 fmodf.3
+MLINKS+=hypot.3 cabs.3 hypot.3 hypotf.3 hypot.3 cabsf.3
MLINKS+=ieee.3 copysign.3 ieee.3 drem.3 ieee.3 finite.3 ieee.3 logb.3 \
- ieee.3 scalb.3
-MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 yn.3
-MLINKS+=lgamma.3 gamma.3
+ ieee.3 scalb.3 ieee.3 copysignf.3 ieee.3 finitef.3 \
+ ieee.3 ilogbf.3 ieee.3 nextafterf.3 ieee.3 remainderf.3 \
+ ieee.3 scalbnf.3
+MLINKS+=ieee_test.3 scalbf.3 ieee_test.e significandf.3
+
+MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 yn.3 \
+ j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 y1f.3 j0.3 ynf.3
+
+MLINKS+=lgamma.3 gamma.3 gamma.3 lgammaf.3 gamma.3 gammaf.3
+MLINKS+=acos.3 acosf.3
+MLINKS+=acosh.3 acoshf.3
+MLINKS+=asin.3 asinf.3
+MLINKS+=asinh.3 asinhf.3
+MLINKS+=atan.3 atanf.3
+MLINKS+=atan2.3 atan2f.3
+MLINKS+=atanh.3 atanhf.3
+MLINKS+=cos.3 cosf.3
+MLINKS+=sin.3 sinf.3
+MLINKS+=sinh.3 sinhf.3
+MLINKS+=tan.3 tanf.3
+MLINKS+=tanh.3 tanhf.3
+
# can't use the standard mkdep, because there are some .s files that
# are using '#' as a comment indicator and cpp thinks it's an undefined
--- src/lib/libcompat/Makefile Mon May 1 16:53:00 1995
+++ src/lib/libcompat/Makefile.new Mon Oct 23 21:57:21 1995
@@ -25,6 +25,8 @@
MLINKS+=stty.3 gtty.3
MLINKS+=cftime.3 ascftime.3
+MLINKS+=lsearch.3 lfind.3
+
# compat 4.3 sources
# XXX MISSING: ecvt.c gcvt.c sibuf.c sobuf.c strout.c
SRCS+= cfree.c lsearch.c regex.c rexec.c
--- src/lib/libc/locale/Makefile.inc Thu Feb 16 10:13:00 1995
+++ src/lib/libc/locale/Makefile.inc.new Tue Oct 24 23:19:37 1995
@@ -15,3 +15,10 @@
locale/rune.3 locale/setlocale.3 locale/toascii.3 locale/tolower.3 \
locale/toupper.3
MAN4+= locale/euc.4 locale/utf2.4
+MLINKS+=multibyte.3 mblen.3 multibyte.3 mbstowcs.3 multibyte.3 mbtowc.3 \
+ multibyte.3 wcstombs.3 multibyte.3 wctomb.3
+MLINKS+=rune.3 setrunelocale.3 rune.3 setinvalidrune.3 \
+ rune.3 sgetrune.3 rune.3 sputrune.3
+MLINKS+=setlocale.3 localeconv.3
+MLINKS+=euc.4 EUC.4
+MLINKS+=utf2.4 UTF2.4
--- src/lib/libc/string/Makefile.inc Tue Mar 7 10:12:00 1995
+++ src/lib/libc/string/Makefile.inc.new Mon Oct 23 22:05:26 1995
@@ -94,4 +94,5 @@
MLINKS+=strcat.3 strncat.3
MLINKS+=strcmp.3 strncmp.3
MLINKS+=strcpy.3 strncpy.3
-MLINKS+=strerror.3 perror.3
+MLINKS+=strerror.3 perror.3 strerror.3 sys_errlist \
+ strerror.3 sys_nerr
--- src/lib/libscsi/Makefile Tue Oct 24 13:57:05 1995
+++ src/lib/libscsi/Makefile.new Sun Aug 6 17:02:00 1995
@@ -9,11 +9,6 @@
#MLINKS+=kvm_getprocs.3 kvm_getargv.3 kvm_getprocs.3 kvm_getenvv.3
#MLINKS+=kvm_open.3 kvm_openfiles.3 kvm_open.3 kvm_close.3
#MLINKS+=kvm_read.3 kvm_write.3
-MLINKS+=scsi.3 scsireq_buff_decode.3 scsi.3 scsireq_build.3 \
- scsi.3 scsireq_decode.3 scsi.3 scsireq_encode.3 \
- scsi.3 scsireq_enter.3 scsi.3 scsireq_new.3 \
- scsi.3 scsireq_reset.3 scsi.3 SCSIREQ_ERROR.3 scsi.3 scsi_open.3 \
- scsi.3 scsi_debug.3 scsi.3 scsi_debug_output.3
beforeinstall:
-cd ${.CURDIR}; cmp -s scsi.h ${DESTDIR}/usr/include/scsi.h || \
--- src/lib/libtermcap/Makefile Sun Aug 6 17:02:00 1995
+++ src/lib/libtermcap/Makefile.new Tue Oct 24 14:11:41 1995
@@ -9,7 +9,7 @@
MAN3= termcap.3
MLINKS= termcap.3 tgetent.3 termcap.3 tgetflag.3 termcap.3 tgetnum.3 \
termcap.3 tgetstr.3 termcap.3 tgoto.3 termcap.3 tputs.3 \
- termcap.3 tparm.3
+ termcap.3 tparm.3 termcap.3 _set_ospeed.3
LINKS= ${LIBDIR}/libtermcap.a ${LIBDIR}/libtermlib.a
.if !defined(NOPIC)
LINKS+= ${SHLIBDIR}/libtermcap.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
--- src/lib/libc/stdtime/Makefile.inc Tue Sep 13 02:00:00 1994
+++ src/lib/libc/stdtime/Makefile.inc.new Tue Oct 24 14:12:57 1995
@@ -8,3 +8,4 @@
MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
ctime.3 localtime.3 ctime.3 mktime.3
+MLINKS+=time2posix.3 posix2time.3
--- src/share/man/man4/man4.i386/Makefile Tue Oct 10 11:04:00 1995
+++ src/share/man/man4/man4.i386/Makefile.new Tue Oct 24 14:18:31 1995
@@ -10,7 +10,7 @@
MLINKS+= apm.4 ../apm.4
MLINKS+= asc.4 ../asc.4
MLINKS+= bt.4 ../bt.4
-MLINKS+= cx.4 ../cx.4
+MLINKS+= cx.4 ../cx.4 cx.4 if_cx.4 if_cx.4 ../if_cx.4
MLINKS+= cy.4 ../cy.4
MLINKS+= ed.4 ../ed.4
MLINKS+= fdc.4 ../fdc.4
--- src/share/man/man4/Makefile Tue Mar 14 22:15:00 1995
+++ src/share/man/man4/Makefile.new Tue Oct 24 14:22:45 1995
@@ -8,6 +8,10 @@
MLINKS+=netintro.4 networking.4
MLINKS+=ipfirewall.4 ipacct.4 ipfirewall.4 ipfw.4 ipfirewall.4 ipaccounting.4
MLINKS+=fpa.4 fea.4
+MLINKS+=esis.4 es-is.4
+MLINKS+=lkm.4 LKM.4
+MLINKS+=tp.4 TP.4
+
# XXX NOT IMPORTED: man4.hp300 man4.sparc man4.tahoe man4.vax
SUBDIR= man4.i386
--- src/share/man/man5/Makefile Thu Apr 13 04:57:00 1995
+++ src/share/man/man5/Makefile.new Tue Oct 24 14:25:27 1995
@@ -5,7 +5,7 @@
group.5 hosts.5 link.5 networks.5 passwd.5 phones.5 printcap.5 \
procfs.5 protocols.5 remote.5 resolver.5 services.5 shells.5 \
stab.5 types.5 utmp.5
-MLINKS= fs.5 inode.5 utmp.5 wtmp.5 utmp.5 lastlog.5
+MLINKS= fs.5 inode.5 utmp.5 wtmp.5 utmp.5 lastlog.5 dir.5 dirent.5
clean depend lint tags:
--- src/games/canfield/canfield/Makefile Sun Sep 11 02:00:00 1994
+++ src/games/canfield/canfield/Makefile.new Tue Oct 24 22:36:11 1995
@@ -5,6 +5,7 @@
DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -lcurses -ltermcap -lcompat
HIDEGAME=hidegame
+MLINKS+=canfield.6 cfscores.6
.include "../../Makefile.inc"
--- src/gnu/games/chess/Makefile Tue Jul 25 05:06:00 1995
+++ src/gnu/games/chess/Makefile.new Tue Oct 24 22:38:13 1995
@@ -7,6 +7,7 @@
DPADD= ${LIBCURSES} ${LIBTERMCAP}
LDADD= -lcurses -ltermcap
HIDEGAME=hidegame
+MLINKS+=chess.6 Chess.6
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
--- src/games/snake/snake/Makefile Sun Sep 11 02:00:00 1994
+++ src/games/snake/snake/Makefile.new Tue Oct 24 22:40:57 1995
@@ -3,6 +3,7 @@
PROG= snake
SRCS= snake.c move.c
MAN6= snake.6
+MLINKS+=snake.6 snscore.6
DPADD= ${LIBM} ${LIBTERMCAP} ${LIBCOMPAT}
LDADD= -lm -ltermcap -lcompat
HIDEGAME=hidegame
--- src/libexec/bootpd/Makefile Wed Jul 26 05:08:00 1995
+++ src/libexec/bootpd/Makefile.new Tue Oct 24 22:51:20 1995
@@ -12,5 +12,6 @@
MAN5= bootptab.5
MAN8= bootpd.8
+MLINKS+=bootpd.8 bootpgw.8
.include <bsd.prog.mk>
--
Wolfram Schneider <wosch@cs.tu-berlin.de>
http://hyperg.cs.tu-berlin.de/C~wosch
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510251558.QAA18606>
