xref: /csrg-svn/share/man/man3/Makefile (revision 33025)
1*33025Sbostic#
2*33025Sbostic# Copyright (c) 1987 Regents of the University of California.
3*33025Sbostic# All rights reserved.
4*33025Sbostic#
5*33025Sbostic# Redistribution and use in source and binary forms are permitted
6*33025Sbostic# provided that this notice is preserved and that due credit is given
7*33025Sbostic# to the University of California at Berkeley. The name of the University
8*33025Sbostic# may not be used to endorse or promote products derived from this
9*33025Sbostic# software without specific prior written permission. This software
10*33025Sbostic# is provided ``as is'' without express or implied warranty.
11*33025Sbostic#
12*33025Sbostic#	@(#)Makefile	5.1 (Berkeley) 12/12/87
13*33025Sbostic#
14*33025SbosticMDIR=	/usr/man/cat3
15*33025SbosticSRCS=	abort.3 abs.3 alarm.3 asinh.3 assert.3 atof.3 \
16*33025Sbostic	bstring.3 byteorder.3 crypt.3 ctime.3 ctype.3 curses.3 dbm.3 \
17*33025Sbostic	directory.3 ecvt.3 end.3 erf.3 execl.3 exit.3 exp.3 fclose.3 \
18*33025Sbostic	ferror.3 floor.3 fopen.3 fread.3 frexp.3 fseek.3 getc.3 \
19*33025Sbostic	getdiskbyname.3 getenv.3 getfsent.3 getgrent.3 gethostbyname.3 \
20*33025Sbostic	getlogin.3 getnetent.3 getopt.3 getpass.3 getprotoent.3 getpw.3 \
21*33025Sbostic	getpwent.3 gets.3 getservent.3 getttyent.3 getusershell.3 getwd.3 \
22*33025Sbostic	hypot.3 ieee.3 inet.3 infnan.3 initgroups.3 insque.3 intro.3 \
23*33025Sbostic	j0.3 lgamma.3 lib2648.3 malloc.3 math.3 mktemp.3 monitor.3 \
24*33025Sbostic	mp.3 ndbm.3 nice.3 nlist.3 ns.3 pause.3 perror.3 plot.3 popen.3 \
25*33025Sbostic	printf.3 psignal.3 putc.3 puts.3 qsort.3 rand.3 random.3 rcmd.3 \
26*33025Sbostic	regex.3 resolver.3 rexec.3 scandir.3 scanf.3 setbuf.3 \
27*33025Sbostic	setjmp.3 \
28*33025Sbostic	setuid.3 siginterrupt.3 signal.3 sin.3 sinh.3 sleep.3 sqrt.3 \
29*33025Sbostic	stdio.3 string.3 stty.3 swab.3 syslog.3 system.3 termcap.3 time.3 \
30*33025Sbostic	times.3 ttyname.3 ualarm.3 ungetc.3 usleep.3 utime.3 valloc.3 \
31*33025Sbostic	varargs.3 vlimit.3 vtimes.3
32*33025SbosticOBJS=	abort.0 abs.0 alarm.0 asinh.0 assert.0 atof.0 \
33*33025Sbostic	bstring.0 byteorder.0 crypt.0 ctime.0 ctype.0 curses.0 dbm.0 \
34*33025Sbostic	directory.0 ecvt.0 end.0 erf.0 execl.0 exit.0 exp.0 fclose.0 \
35*33025Sbostic	ferror.0 floor.0 fopen.0 fread.0 frexp.0 fseek.0 getc.0 \
36*33025Sbostic	getdiskbyname.0 getenv.0 getfsent.0 getgrent.0 gethostbyname.0 \
37*33025Sbostic	getlogin.0 getnetent.0 getopt.0 getpass.0 getprotoent.0 getpw.0 \
38*33025Sbostic	getpwent.0 gets.0 getservent.0 getttyent.0 getusershell.0 getwd.0 \
39*33025Sbostic	hypot.0 ieee.0 inet.0 infnan.0 initgroups.0 insque.0 intro.0 \
40*33025Sbostic	j0.0 lgamma.0 lib2648.0 malloc.0 math.0 mktemp.0 monitor.0 \
41*33025Sbostic	mp.0 ndbm.0 nice.0 nlist.0 ns.0 pause.0 perror.0 plot.0 popen.0 \
42*33025Sbostic	printf.0 psignal.0 putc.0 puts.0 qsort.0 rand.0 random.0 rcmd.0 \
43*33025Sbostic	regex.0 resolver.0 rexec.0 scandir.0 scanf.0 setbuf.0 \
44*33025Sbostic	setjmp.0 \
45*33025Sbostic	setuid.0 siginterrupt.0 signal.0 sin.0 sinh.0 sleep.0 sqrt.0 \
46*33025Sbostic	stdio.0 string.0 stty.0 swab.0 syslog.0 system.0 termcap.0 time.0 \
47*33025Sbostic	times.0 ttyname.0 ualarm.0 ungetc.0 usleep.0 utime.0 valloc.0 \
48*33025Sbostic	varargs.0 vlimit.0 vtimes.0
49*33025SbosticLINKS=	edata.0 etext.0 j1.0 jn.0 y0.0 y1.0 yn.0 acos.0 ns_addr.0 ns_ntoa.0 \
50*33025Sbostic	asin.0 atan.0 atan2.0 atoi.0 atol.0 cos.0 dbm_clearerr.0 dbm_close.0 \
51*33025Sbostic	dbm_delete.0 dbm_error.0 dbm_fetch.0 dbm_firstkey.0 dbm_nextkey.0 \
52*33025Sbostic	dbm_open.0 dbm_store.0 dbminit.0 delete.0 erfc.0 expm1.0 fcvt.0 \
53*33025Sbostic	fetch.0 firstkey.0 gcvt.0 log.0 log10.0 log1p.0 nextkey.0 pow.0 \
54*33025Sbostic	rresvport.0 ruserok.0 store.0 tan.0 exec.0 addr.0 arc.0 asctime.0 \
55*33025Sbostic	cbrt.0 circle.0 comp.0 cont.0 copysign.0 cosh.0 drem.0 encrypt.0 \
56*33025Sbostic	erase.0 execle.0 execlp.0 exect.0 execv.0 execve.0 execvp.0 fgetc.0 \
57*33025Sbostic	fgets.0 finite.0 fputc.0 fputs.0 ftime.0 getchar.0 getw.0 gmtime.0 \
58*33025Sbostic	gtty.0 inet_addr.0 inet_lnaof.0 inet_makeaddr.0 inet_netof.0 \
59*33025Sbostic	inet_network.0 inet_ntoa.0 isalnum.0 isalpha.0 isascii.0 iscntrl.0 \
60*33025Sbostic	isdigit.0 islower.0 isprint.0 ispunct.0 isspace.0 isupper.0 \
61*33025Sbostic	isxdigit.0 label.0 ldexp.0 line.0 linemod.0 localtime.0 logb.0 \
62*33025Sbostic	modf.0 move.0 network.0 ntoa.0 openpl.0 pclose.0 point.0 putchar.0 \
63*33025Sbostic	putw.0 re_comp.0 re_exec.0 scalb.0 setkey.0 space.0 srand.0 tanh.0 \
64*33025Sbostic	timezone.0 toascii.0 tolower.0 toupper.0 _longjmp.0 _setjmp.0 acosh.0 \
65*33025Sbostic	alloca.0 atanh.0 cabs.0 calloc.0 ceil.0 closelog.0 errlist.0 fabs.0 \
66*33025Sbostic	fdopen.0 free.0 freopen.0 fscanf.0 ftell.0 fwrite.0 index.0 \
67*33025Sbostic	initstate.0 longjmp.0 openlog.0 realloc.0 remque.0 rewind.0 \
68*33025Sbostic	rindex.0 setegid.0 seteuid.0 setgid.0 setlogmask.0 setrgid.0 \
69*33025Sbostic	setruid.0 setstate.0 srandom.0 sscanf.0 strcasecmp.0 strcasencmp.0 \
70*33025Sbostic	strcat.0 strcmp.0 strcpy.0 \
71*33025Sbostic	strlen.0 strncat.0 strncmp.0 strncpy.0 sys.0 sys_errlist.0 sys_nerr.0 \
72*33025Sbostic	mkstemp.0 rint.0 setenv.0 unsetenv.0 alphasort.0 bcmp.0 bcopy.0 \
73*33025Sbostic	bzero.0 clearerr.0 feof.0 fflush.0 ffs.0 fileno.0 fprintf.0 isatty.0 \
74*33025Sbostic	moncontrol.0 monstartup.0 setbuffer.0 setlinebuf.0 sprintf.0 \
75*33025Sbostic	sys_siglist.0 ttyslot.0 gamma.0 endfsent.0 endgrent.0 endpwent.0 \
76*33025Sbostic	getfsfile.0 getfsspec.0 getfstype.0 getgrgid.0 getgrnam.0 getpwnam.0 \
77*33025Sbostic	getpwuid.0 setfsent.0 setgrent.0 setgrfile.0 setpwent.0 setpwfile.0 \
78*33025Sbostic	tgetent.0 \
79*33025Sbostic	tgetflag.0 tgetnum.0 tgetstr.0 tgoto.0 tputs.0 closedir.0 endttyent.0 \
80*33025Sbostic	getttynam.0 opendir.0 readdir.0 rewinddir.0 seekdir.0 setttyent.0 \
81*33025Sbostic	telldir.0 endnetent.0 getnetbyaddr.0 getnetbyname.0 htonl.0 htons.0 \
82*33025Sbostic	ntohl.0 ntohs.0 setnetent.0 endservent.0 getservbyname.0 \
83*33025Sbostic	getservbyport.0 setservent.0 endprotoent.0 endusershell.0 \
84*33025Sbostic	g getprotobyname.0 getprotobynumber.0 setprotoent.0 setusershell.0 \
85*33025Sbostic	endhostent.0 gethostbyaddr.0 sethostent.0 sethostfile.0 gethostent.0
86*33025Sbostic
87*33025Sbostic.SUFFIXES: .3 .0
88*33025Sbostic
89*33025Sbostic.3.0:
90*33025Sbostic	${DESTDIR}/usr/man/manroff $*.3 > $*.0
91*33025Sbostic
92*33025Sbosticall: ${OBJS}
93*33025Sbostic
94*33025Sbosticclean: FRC
95*33025Sbostic	rm -f ${OBJS}
96*33025Sbostic
97*33025Sbosticinstall: FRC
98*33025Sbostic	cd ${DESTDIR}${MDIR}; rm -f *.0
99*33025Sbostic	install -c -o bin -g bin -m 444 ${OBJS} ${DESTDIR}${MDIR}
100*33025Sbostic	ln ${DESTDIR}${MDIR}/end.0 ${DESTDIR}${MDIR}/edata.0
101*33025Sbostic	ln ${DESTDIR}${MDIR}/end.0 ${DESTDIR}${MDIR}/etext.0
102*33025Sbostic	ln ${DESTDIR}${MDIR}/j0.0 ${DESTDIR}${MDIR}/j1.0
103*33025Sbostic	ln ${DESTDIR}${MDIR}/j0.0 ${DESTDIR}${MDIR}/jn.0
104*33025Sbostic	ln ${DESTDIR}${MDIR}/j0.0 ${DESTDIR}${MDIR}/y0.0
105*33025Sbostic	ln ${DESTDIR}${MDIR}/j0.0 ${DESTDIR}${MDIR}/y1.0
106*33025Sbostic	ln ${DESTDIR}${MDIR}/j0.0 ${DESTDIR}${MDIR}/yn.0
107*33025Sbostic	ln ${DESTDIR}${MDIR}/ns.0 ${DESTDIR}${MDIR}/ns_addr.0
108*33025Sbostic	ln ${DESTDIR}${MDIR}/ns.0 ${DESTDIR}${MDIR}/ns_ntoa.0
109*33025Sbostic	ln ${DESTDIR}${MDIR}/sin.0 ${DESTDIR}${MDIR}/acos.0
110*33025Sbostic	ln ${DESTDIR}${MDIR}/sin.0 ${DESTDIR}${MDIR}/asin.0
111*33025Sbostic	ln ${DESTDIR}${MDIR}/sin.0 ${DESTDIR}${MDIR}/atan.0
112*33025Sbostic	ln ${DESTDIR}${MDIR}/sin.0 ${DESTDIR}${MDIR}/atan2.0
113*33025Sbostic	ln ${DESTDIR}${MDIR}/atof.0 ${DESTDIR}${MDIR}/atoi.0
114*33025Sbostic	ln ${DESTDIR}${MDIR}/atof.0 ${DESTDIR}${MDIR}/atol.0
115*33025Sbostic	ln ${DESTDIR}${MDIR}/sin.0 ${DESTDIR}${MDIR}/cos.0
116*33025Sbostic	ln ${DESTDIR}${MDIR}/ndbm.0 ${DESTDIR}${MDIR}/dbm_clearerr.0
117*33025Sbostic	ln ${DESTDIR}${MDIR}/ndbm.0 ${DESTDIR}${MDIR}/dbm_close.0
118*33025Sbostic	ln ${DESTDIR}${MDIR}/ndbm.0 ${DESTDIR}${MDIR}/dbm_delete.0
119*33025Sbostic	ln ${DESTDIR}${MDIR}/ndbm.0 ${DESTDIR}${MDIR}/dbm_error.0
120*33025Sbostic	ln ${DESTDIR}${MDIR}/ndbm.0 ${DESTDIR}${MDIR}/dbm_fetch.0
121*33025Sbostic	ln ${DESTDIR}${MDIR}/ndbm.0 ${DESTDIR}${MDIR}/dbm_firstkey.0
122*33025Sbostic	ln ${DESTDIR}${MDIR}/ndbm.0 ${DESTDIR}${MDIR}/dbm_nextkey.0
123*33025Sbostic	ln ${DESTDIR}${MDIR}/ndbm.0 ${DESTDIR}${MDIR}/dbm_open.0
124*33025Sbostic	ln ${DESTDIR}${MDIR}/ndbm.0 ${DESTDIR}${MDIR}/dbm_store.0
125*33025Sbostic	ln ${DESTDIR}${MDIR}/dbm.0 ${DESTDIR}${MDIR}/dbminit.0
126*33025Sbostic	ln ${DESTDIR}${MDIR}/dbm.0 ${DESTDIR}${MDIR}/delete.0
127*33025Sbostic	ln ${DESTDIR}${MDIR}/erf.0 ${DESTDIR}${MDIR}/erfc.0
128*33025Sbostic	ln ${DESTDIR}${MDIR}/exp.0 ${DESTDIR}${MDIR}/expm1.0
129*33025Sbostic	ln ${DESTDIR}${MDIR}/ecvt.0 ${DESTDIR}${MDIR}/fcvt.0
130*33025Sbostic	ln ${DESTDIR}${MDIR}/dbm.0 ${DESTDIR}${MDIR}/fetch.0
131*33025Sbostic	ln ${DESTDIR}${MDIR}/dbm.0 ${DESTDIR}${MDIR}/firstkey.0
132*33025Sbostic	ln ${DESTDIR}${MDIR}/ecvt.0 ${DESTDIR}${MDIR}/gcvt.0
133*33025Sbostic	ln ${DESTDIR}${MDIR}/exp.0 ${DESTDIR}${MDIR}/log.0
134*33025Sbostic	ln ${DESTDIR}${MDIR}/exp.0 ${DESTDIR}${MDIR}/log10.0
135*33025Sbostic	ln ${DESTDIR}${MDIR}/exp.0 ${DESTDIR}${MDIR}/log1p.0
136*33025Sbostic	ln ${DESTDIR}${MDIR}/dbm.0 ${DESTDIR}${MDIR}/nextkey.0
137*33025Sbostic	ln ${DESTDIR}${MDIR}/exp.0 ${DESTDIR}${MDIR}/pow.0
138*33025Sbostic	ln ${DESTDIR}${MDIR}/rcmd.0 ${DESTDIR}${MDIR}/rresvport.0
139*33025Sbostic	ln ${DESTDIR}${MDIR}/rcmd.0 ${DESTDIR}${MDIR}/ruserok.0
140*33025Sbostic	ln ${DESTDIR}${MDIR}/dbm.0 ${DESTDIR}${MDIR}/store.0
141*33025Sbostic	ln ${DESTDIR}${MDIR}/sin.0 ${DESTDIR}${MDIR}/tan.0
142*33025Sbostic	ln ${DESTDIR}${MDIR}/execl.0 ${DESTDIR}${MDIR}/exec.0
143*33025Sbostic	ln ${DESTDIR}${MDIR}/inet.0 ${DESTDIR}${MDIR}/addr.0
144*33025Sbostic	ln ${DESTDIR}${MDIR}/plot.0 ${DESTDIR}${MDIR}/arc.0
145*33025Sbostic	ln ${DESTDIR}${MDIR}/ctime.0 ${DESTDIR}${MDIR}/asctime.0
146*33025Sbostic	ln ${DESTDIR}${MDIR}/sqrt.0 ${DESTDIR}${MDIR}/cbrt.0
147*33025Sbostic	ln ${DESTDIR}${MDIR}/plot.0 ${DESTDIR}${MDIR}/circle.0
148*33025Sbostic	ln ${DESTDIR}${MDIR}/plot.0 ${DESTDIR}${MDIR}/cont.0
149*33025Sbostic	ln ${DESTDIR}${MDIR}/ieee.0 ${DESTDIR}${MDIR}/copysign.0
150*33025Sbostic	ln ${DESTDIR}${MDIR}/sinh.0 ${DESTDIR}${MDIR}/cosh.0
151*33025Sbostic	ln ${DESTDIR}${MDIR}/ieee.0 ${DESTDIR}${MDIR}/drem.0
152*33025Sbostic	ln ${DESTDIR}${MDIR}/crypt.0 ${DESTDIR}${MDIR}/encrypt.0
153*33025Sbostic	ln ${DESTDIR}${MDIR}/plot.0 ${DESTDIR}${MDIR}/erase.0
154*33025Sbostic	ln ${DESTDIR}${MDIR}/execl.0 ${DESTDIR}${MDIR}/execle.0
155*33025Sbostic	ln ${DESTDIR}${MDIR}/execl.0 ${DESTDIR}${MDIR}/execlp.0
156*33025Sbostic	ln ${DESTDIR}${MDIR}/execl.0 ${DESTDIR}${MDIR}/exect.0
157*33025Sbostic	ln ${DESTDIR}${MDIR}/execl.0 ${DESTDIR}${MDIR}/execv.0
158*33025Sbostic	ln ${DESTDIR}${MDIR}/execl.0 ${DESTDIR}${MDIR}/execve.0
159*33025Sbostic	ln ${DESTDIR}${MDIR}/execl.0 ${DESTDIR}${MDIR}/execvp.0
160*33025Sbostic	ln ${DESTDIR}${MDIR}/getc.0 ${DESTDIR}${MDIR}/fgetc.0
161*33025Sbostic	ln ${DESTDIR}${MDIR}/gets.0 ${DESTDIR}${MDIR}/fgets.0
162*33025Sbostic	ln ${DESTDIR}${MDIR}/ieee.0 ${DESTDIR}${MDIR}/finite.0
163*33025Sbostic	ln ${DESTDIR}${MDIR}/putc.0 ${DESTDIR}${MDIR}/fputc.0
164*33025Sbostic	ln ${DESTDIR}${MDIR}/puts.0 ${DESTDIR}${MDIR}/fputs.0
165*33025Sbostic	ln ${DESTDIR}${MDIR}/time.0 ${DESTDIR}${MDIR}/ftime.0
166*33025Sbostic	ln ${DESTDIR}${MDIR}/getc.0 ${DESTDIR}${MDIR}/getchar.0
167*33025Sbostic	ln ${DESTDIR}${MDIR}/getc.0 ${DESTDIR}${MDIR}/getw.0
168*33025Sbostic	ln ${DESTDIR}${MDIR}/ctime.0 ${DESTDIR}${MDIR}/gmtime.0
169*33025Sbostic	ln ${DESTDIR}${MDIR}/stty.0 ${DESTDIR}${MDIR}/gtty.0
170*33025Sbostic	ln ${DESTDIR}${MDIR}/inet.0 ${DESTDIR}${MDIR}/inet_addr.0
171*33025Sbostic	ln ${DESTDIR}${MDIR}/inet.0 ${DESTDIR}${MDIR}/inet_lnaof.0
172*33025Sbostic	ln ${DESTDIR}${MDIR}/inet.0 ${DESTDIR}${MDIR}/inet_makeaddr.0
173*33025Sbostic	ln ${DESTDIR}${MDIR}/inet.0 ${DESTDIR}${MDIR}/inet_netof.0
174*33025Sbostic	ln ${DESTDIR}${MDIR}/inet.0 ${DESTDIR}${MDIR}/inet_network.0
175*33025Sbostic	ln ${DESTDIR}${MDIR}/inet.0 ${DESTDIR}${MDIR}/inet_ntoa.0
176*33025Sbostic	ln ${DESTDIR}${MDIR}/ctype.0 ${DESTDIR}${MDIR}/isalnum.0
177*33025Sbostic	ln ${DESTDIR}${MDIR}/ctype.0 ${DESTDIR}${MDIR}/isalpha.0
178*33025Sbostic	ln ${DESTDIR}${MDIR}/ctype.0 ${DESTDIR}${MDIR}/isascii.0
179*33025Sbostic	ln ${DESTDIR}${MDIR}/ctype.0 ${DESTDIR}${MDIR}/iscntrl.0
180*33025Sbostic	ln ${DESTDIR}${MDIR}/ctype.0 ${DESTDIR}${MDIR}/isdigit.0
181*33025Sbostic	ln ${DESTDIR}${MDIR}/ctype.0 ${DESTDIR}${MDIR}/islower.0
182*33025Sbostic	ln ${DESTDIR}${MDIR}/ctype.0 ${DESTDIR}${MDIR}/isprint.0
183*33025Sbostic	ln ${DESTDIR}${MDIR}/ctype.0 ${DESTDIR}${MDIR}/ispunct.0
184*33025Sbostic	ln ${DESTDIR}${MDIR}/ctype.0 ${DESTDIR}${MDIR}/isspace.0
185*33025Sbostic	ln ${DESTDIR}${MDIR}/ctype.0 ${DESTDIR}${MDIR}/isupper.0
186*33025Sbostic	ln ${DESTDIR}${MDIR}/ctype.0 ${DESTDIR}${MDIR}/isxdigit.0
187*33025Sbostic	ln ${DESTDIR}${MDIR}/plot.0 ${DESTDIR}${MDIR}/label.0
188*33025Sbostic	ln ${DESTDIR}${MDIR}/frexp.0 ${DESTDIR}${MDIR}/ldexp.0
189*33025Sbostic	ln ${DESTDIR}${MDIR}/plot.0 ${DESTDIR}${MDIR}/line.0
190*33025Sbostic	ln ${DESTDIR}${MDIR}/plot.0 ${DESTDIR}${MDIR}/linemod.0
191*33025Sbostic	ln ${DESTDIR}${MDIR}/ctime.0 ${DESTDIR}${MDIR}/localtime.0
192*33025Sbostic	ln ${DESTDIR}${MDIR}/ieee.0 ${DESTDIR}${MDIR}/logb.0
193*33025Sbostic	ln ${DESTDIR}${MDIR}/frexp.0 ${DESTDIR}${MDIR}/modf.0
194*33025Sbostic	ln ${DESTDIR}${MDIR}/plot.0 ${DESTDIR}${MDIR}/move.0
195*33025Sbostic	ln ${DESTDIR}${MDIR}/inet.0 ${DESTDIR}${MDIR}/network.0
196*33025Sbostic	ln ${DESTDIR}${MDIR}/inet.0 ${DESTDIR}${MDIR}/ntoa.0
197*33025Sbostic	ln ${DESTDIR}${MDIR}/plot.0 ${DESTDIR}${MDIR}/openpl.0
198*33025Sbostic	ln ${DESTDIR}${MDIR}/popen.0 ${DESTDIR}${MDIR}/pclose.0
199*33025Sbostic	ln ${DESTDIR}${MDIR}/plot.0 ${DESTDIR}${MDIR}/point.0
200*33025Sbostic	ln ${DESTDIR}${MDIR}/putc.0 ${DESTDIR}${MDIR}/putchar.0
201*33025Sbostic	ln ${DESTDIR}${MDIR}/putc.0 ${DESTDIR}${MDIR}/putw.0
202*33025Sbostic	ln ${DESTDIR}${MDIR}/regex.0 ${DESTDIR}${MDIR}/re_comp.0
203*33025Sbostic	ln ${DESTDIR}${MDIR}/regex.0 ${DESTDIR}${MDIR}/re_exec.0
204*33025Sbostic	ln ${DESTDIR}${MDIR}/regex.0 ${DESTDIR}${MDIR}/regcomp.0
205*33025Sbostic	ln ${DESTDIR}${MDIR}/regex.0 ${DESTDIR}${MDIR}/regexec.0
206*33025Sbostic	ln ${DESTDIR}${MDIR}/regex.0 ${DESTDIR}${MDIR}/regsub.0
207*33025Sbostic	ln ${DESTDIR}${MDIR}/regex.0 ${DESTDIR}${MDIR}/regerror.0
208*33025Sbostic	ln ${DESTDIR}${MDIR}/ieee.0 ${DESTDIR}${MDIR}/scalb.0
209*33025Sbostic	ln ${DESTDIR}${MDIR}/crypt.0 ${DESTDIR}${MDIR}/setkey.0
210*33025Sbostic	ln ${DESTDIR}${MDIR}/plot.0 ${DESTDIR}${MDIR}/space.0
211*33025Sbostic	ln ${DESTDIR}${MDIR}/rand.0 ${DESTDIR}${MDIR}/srand.0
212*33025Sbostic	ln ${DESTDIR}${MDIR}/sinh.0 ${DESTDIR}${MDIR}/tanh.0
213*33025Sbostic	ln ${DESTDIR}${MDIR}/ctime.0 ${DESTDIR}${MDIR}/timezone.0
214*33025Sbostic	ln ${DESTDIR}${MDIR}/ctype.0 ${DESTDIR}${MDIR}/toascii.0
215*33025Sbostic	ln ${DESTDIR}${MDIR}/ctype.0 ${DESTDIR}${MDIR}/tolower.0
216*33025Sbostic	ln ${DESTDIR}${MDIR}/ctype.0 ${DESTDIR}${MDIR}/toupper.0
217*33025Sbostic	ln ${DESTDIR}${MDIR}/setjmp.0 ${DESTDIR}${MDIR}/_longjmp.0
218*33025Sbostic	ln ${DESTDIR}${MDIR}/setjmp.0 ${DESTDIR}${MDIR}/_setjmp.0
219*33025Sbostic	ln ${DESTDIR}${MDIR}/asinh.0 ${DESTDIR}${MDIR}/acosh.0
220*33025Sbostic	ln ${DESTDIR}${MDIR}/malloc.0 ${DESTDIR}${MDIR}/alloca.0
221*33025Sbostic	ln ${DESTDIR}${MDIR}/asinh.0 ${DESTDIR}${MDIR}/atanh.0
222*33025Sbostic	ln ${DESTDIR}${MDIR}/hypot.0 ${DESTDIR}${MDIR}/cabs.0
223*33025Sbostic	ln ${DESTDIR}${MDIR}/malloc.0 ${DESTDIR}${MDIR}/calloc.0
224*33025Sbostic	ln ${DESTDIR}${MDIR}/floor.0 ${DESTDIR}${MDIR}/ceil.0
225*33025Sbostic	ln ${DESTDIR}${MDIR}/syslog.0 ${DESTDIR}${MDIR}/closelog.0
226*33025Sbostic	ln ${DESTDIR}${MDIR}/perror.0 ${DESTDIR}${MDIR}/errlist.0
227*33025Sbostic	ln ${DESTDIR}${MDIR}/floor.0 ${DESTDIR}${MDIR}/fabs.0
228*33025Sbostic	ln ${DESTDIR}${MDIR}/fopen.0 ${DESTDIR}${MDIR}/fdopen.0
229*33025Sbostic	ln ${DESTDIR}${MDIR}/malloc.0 ${DESTDIR}${MDIR}/free.0
230*33025Sbostic	ln ${DESTDIR}${MDIR}/fopen.0 ${DESTDIR}${MDIR}/freopen.0
231*33025Sbostic	ln ${DESTDIR}${MDIR}/scanf.0 ${DESTDIR}${MDIR}/fscanf.0
232*33025Sbostic	ln ${DESTDIR}${MDIR}/fseek.0 ${DESTDIR}${MDIR}/ftell.0
233*33025Sbostic	ln ${DESTDIR}${MDIR}/fread.0 ${DESTDIR}${MDIR}/fwrite.0
234*33025Sbostic	ln ${DESTDIR}${MDIR}/string.0 ${DESTDIR}${MDIR}/index.0
235*33025Sbostic	ln ${DESTDIR}${MDIR}/random.0 ${DESTDIR}${MDIR}/initstate.0
236*33025Sbostic	ln ${DESTDIR}${MDIR}/setjmp.0 ${DESTDIR}${MDIR}/longjmp.0
237*33025Sbostic	ln ${DESTDIR}${MDIR}/syslog.0 ${DESTDIR}${MDIR}/openlog.0
238*33025Sbostic	ln ${DESTDIR}${MDIR}/malloc.0 ${DESTDIR}${MDIR}/realloc.0
239*33025Sbostic	ln ${DESTDIR}${MDIR}/insque.0 ${DESTDIR}${MDIR}/remque.0
240*33025Sbostic	ln ${DESTDIR}${MDIR}/fseek.0 ${DESTDIR}${MDIR}/rewind.0
241*33025Sbostic	ln ${DESTDIR}${MDIR}/string.0 ${DESTDIR}${MDIR}/rindex.0
242*33025Sbostic	ln ${DESTDIR}${MDIR}/setuid.0 ${DESTDIR}${MDIR}/setegid.0
243*33025Sbostic	ln ${DESTDIR}${MDIR}/setuid.0 ${DESTDIR}${MDIR}/seteuid.0
244*33025Sbostic	ln ${DESTDIR}${MDIR}/setuid.0 ${DESTDIR}${MDIR}/setgid.0
245*33025Sbostic	ln ${DESTDIR}${MDIR}/syslog.0 ${DESTDIR}${MDIR}/setlogmask.0
246*33025Sbostic	ln ${DESTDIR}${MDIR}/setuid.0 ${DESTDIR}${MDIR}/setrgid.0
247*33025Sbostic	ln ${DESTDIR}${MDIR}/setuid.0 ${DESTDIR}${MDIR}/setruid.0
248*33025Sbostic	ln ${DESTDIR}${MDIR}/random.0 ${DESTDIR}${MDIR}/setstate.0
249*33025Sbostic	ln ${DESTDIR}${MDIR}/random.0 ${DESTDIR}${MDIR}/srandom.0
250*33025Sbostic	ln ${DESTDIR}${MDIR}/scanf.0 ${DESTDIR}${MDIR}/sscanf.0
251*33025Sbostic	ln ${DESTDIR}${MDIR}/string.0 ${DESTDIR}${MDIR}/strcat.0
252*33025Sbostic	ln ${DESTDIR}${MDIR}/string.0 ${DESTDIR}${MDIR}/strcmp.0
253*33025Sbostic	ln ${DESTDIR}${MDIR}/string.0 ${DESTDIR}${MDIR}/strcpy.0
254*33025Sbostic	ln ${DESTDIR}${MDIR}/string.0 ${DESTDIR}${MDIR}/strlen.0
255*33025Sbostic	ln ${DESTDIR}${MDIR}/string.0 ${DESTDIR}${MDIR}/strncat.0
256*33025Sbostic	ln ${DESTDIR}${MDIR}/string.0 ${DESTDIR}${MDIR}/strncmp.0
257*33025Sbostic	ln ${DESTDIR}${MDIR}/string.0 ${DESTDIR}${MDIR}/strcasecmp.0
258*33025Sbostic	ln ${DESTDIR}${MDIR}/string.0 ${DESTDIR}${MDIR}/strcasencmp.0
259*33025Sbostic	ln ${DESTDIR}${MDIR}/string.0 ${DESTDIR}${MDIR}/strncpy.0
260*33025Sbostic	ln ${DESTDIR}${MDIR}/perror.0 ${DESTDIR}${MDIR}/sys.0
261*33025Sbostic	ln ${DESTDIR}${MDIR}/perror.0 ${DESTDIR}${MDIR}/sys_errlist.0
262*33025Sbostic	ln ${DESTDIR}${MDIR}/perror.0 ${DESTDIR}${MDIR}/sys_nerr.0
263*33025Sbostic	ln ${DESTDIR}${MDIR}/mktemp.0 ${DESTDIR}${MDIR}/mkstemp.0
264*33025Sbostic	ln ${DESTDIR}${MDIR}/floor.0 ${DESTDIR}${MDIR}/rint.0
265*33025Sbostic	ln ${DESTDIR}${MDIR}/getenv.0 ${DESTDIR}${MDIR}/setenv.0
266*33025Sbostic	ln ${DESTDIR}${MDIR}/getenv.0 ${DESTDIR}${MDIR}/unsetenv.0
267*33025Sbostic	ln ${DESTDIR}${MDIR}/scandir.0 ${DESTDIR}${MDIR}/alphasort.0
268*33025Sbostic	ln ${DESTDIR}${MDIR}/bstring.0 ${DESTDIR}${MDIR}/bcmp.0
269*33025Sbostic	ln ${DESTDIR}${MDIR}/bstring.0 ${DESTDIR}${MDIR}/bcopy.0
270*33025Sbostic	ln ${DESTDIR}${MDIR}/bstring.0 ${DESTDIR}${MDIR}/bzero.0
271*33025Sbostic	ln ${DESTDIR}${MDIR}/ferror.0 ${DESTDIR}${MDIR}/clearerr.0
272*33025Sbostic	ln ${DESTDIR}${MDIR}/ferror.0 ${DESTDIR}${MDIR}/feof.0
273*33025Sbostic	ln ${DESTDIR}${MDIR}/fclose.0 ${DESTDIR}${MDIR}/fflush.0
274*33025Sbostic	ln ${DESTDIR}${MDIR}/bstring.0 ${DESTDIR}${MDIR}/ffs.0
275*33025Sbostic	ln ${DESTDIR}${MDIR}/ferror.0 ${DESTDIR}${MDIR}/fileno.0
276*33025Sbostic	ln ${DESTDIR}${MDIR}/printf.0 ${DESTDIR}${MDIR}/fprintf.0
277*33025Sbostic	ln ${DESTDIR}${MDIR}/ttyname.0 ${DESTDIR}${MDIR}/isatty.0
278*33025Sbostic	ln ${DESTDIR}${MDIR}/monitor.0 ${DESTDIR}${MDIR}/moncontrol.0
279*33025Sbostic	ln ${DESTDIR}${MDIR}/monitor.0 ${DESTDIR}${MDIR}/monstartup.0
280*33025Sbostic	ln ${DESTDIR}${MDIR}/setbuf.0 ${DESTDIR}${MDIR}/setbuffer.0
281*33025Sbostic	ln ${DESTDIR}${MDIR}/setbuf.0 ${DESTDIR}${MDIR}/setlinebuf.0
282*33025Sbostic	ln ${DESTDIR}${MDIR}/printf.0 ${DESTDIR}${MDIR}/sprintf.0
283*33025Sbostic	ln ${DESTDIR}${MDIR}/psignal.0 ${DESTDIR}${MDIR}/sys_siglist.0
284*33025Sbostic	ln ${DESTDIR}${MDIR}/ttyname.0 ${DESTDIR}${MDIR}/ttyslot.0
285*33025Sbostic	ln ${DESTDIR}${MDIR}/lgamma.0 ${DESTDIR}${MDIR}/gamma.0
286*33025Sbostic	ln ${DESTDIR}${MDIR}/getfsent.0 ${DESTDIR}${MDIR}/endfsent.0
287*33025Sbostic	ln ${DESTDIR}${MDIR}/getgrent.0 ${DESTDIR}${MDIR}/endgrent.0
288*33025Sbostic	ln ${DESTDIR}${MDIR}/getpwent.0 ${DESTDIR}${MDIR}/endpwent.0
289*33025Sbostic	ln ${DESTDIR}${MDIR}/getfsent.0 ${DESTDIR}${MDIR}/getfsfile.0
290*33025Sbostic	ln ${DESTDIR}${MDIR}/getfsent.0 ${DESTDIR}${MDIR}/getfsspec.0
291*33025Sbostic	ln ${DESTDIR}${MDIR}/getfsent.0 ${DESTDIR}${MDIR}/getfstype.0
292*33025Sbostic	ln ${DESTDIR}${MDIR}/getgrent.0 ${DESTDIR}${MDIR}/getgrgid.0
293*33025Sbostic	ln ${DESTDIR}${MDIR}/getgrent.0 ${DESTDIR}${MDIR}/getgrnam.0
294*33025Sbostic	ln ${DESTDIR}${MDIR}/getpwent.0 ${DESTDIR}${MDIR}/getpwnam.0
295*33025Sbostic	ln ${DESTDIR}${MDIR}/getpwent.0 ${DESTDIR}${MDIR}/getpwuid.0
296*33025Sbostic	ln ${DESTDIR}${MDIR}/getfsent.0 ${DESTDIR}${MDIR}/setfsent.0
297*33025Sbostic	ln ${DESTDIR}${MDIR}/getgrent.0 ${DESTDIR}${MDIR}/setgrent.0
298*33025Sbostic	ln ${DESTDIR}${MDIR}/getgrent.0 ${DESTDIR}${MDIR}/setgrfile.0
299*33025Sbostic	ln ${DESTDIR}${MDIR}/getpwent.0 ${DESTDIR}${MDIR}/setpwent.0
300*33025Sbostic	ln ${DESTDIR}${MDIR}/getpwent.0 ${DESTDIR}${MDIR}/setpwfile.0
301*33025Sbostic	ln ${DESTDIR}${MDIR}/termcap.0 ${DESTDIR}${MDIR}/tgetent.0
302*33025Sbostic	ln ${DESTDIR}${MDIR}/termcap.0 ${DESTDIR}${MDIR}/tgetflag.0
303*33025Sbostic	ln ${DESTDIR}${MDIR}/termcap.0 ${DESTDIR}${MDIR}/tgetnum.0
304*33025Sbostic	ln ${DESTDIR}${MDIR}/termcap.0 ${DESTDIR}${MDIR}/tgetstr.0
305*33025Sbostic	ln ${DESTDIR}${MDIR}/termcap.0 ${DESTDIR}${MDIR}/tgoto.0
306*33025Sbostic	ln ${DESTDIR}${MDIR}/termcap.0 ${DESTDIR}${MDIR}/tputs.0
307*33025Sbostic	ln ${DESTDIR}${MDIR}/directory.0 ${DESTDIR}${MDIR}/closedir.0
308*33025Sbostic	ln ${DESTDIR}${MDIR}/directory.0 ${DESTDIR}${MDIR}/dirfd.0
309*33025Sbostic	ln ${DESTDIR}${MDIR}/getttyent.0 ${DESTDIR}${MDIR}/endttyent.0
310*33025Sbostic	ln ${DESTDIR}${MDIR}/getttyent.0 ${DESTDIR}${MDIR}/getttynam.0
311*33025Sbostic	ln ${DESTDIR}${MDIR}/directory.0 ${DESTDIR}${MDIR}/opendir.0
312*33025Sbostic	ln ${DESTDIR}${MDIR}/directory.0 ${DESTDIR}${MDIR}/readdir.0
313*33025Sbostic	ln ${DESTDIR}${MDIR}/directory.0 ${DESTDIR}${MDIR}/rewinddir.0
314*33025Sbostic	ln ${DESTDIR}${MDIR}/directory.0 ${DESTDIR}${MDIR}/seekdir.0
315*33025Sbostic	ln ${DESTDIR}${MDIR}/getttyent.0 ${DESTDIR}${MDIR}/setttyent.0
316*33025Sbostic	ln ${DESTDIR}${MDIR}/directory.0 ${DESTDIR}${MDIR}/telldir.0
317*33025Sbostic	ln ${DESTDIR}${MDIR}/getnetent.0 ${DESTDIR}${MDIR}/endnetent.0
318*33025Sbostic	ln ${DESTDIR}${MDIR}/getnetent.0 ${DESTDIR}${MDIR}/getnetbyaddr.0
319*33025Sbostic	ln ${DESTDIR}${MDIR}/getnetent.0 ${DESTDIR}${MDIR}/getnetbyname.0
320*33025Sbostic	ln ${DESTDIR}${MDIR}/byteorder.0 ${DESTDIR}${MDIR}/htonl.0
321*33025Sbostic	ln ${DESTDIR}${MDIR}/byteorder.0 ${DESTDIR}${MDIR}/htons.0
322*33025Sbostic	ln ${DESTDIR}${MDIR}/byteorder.0 ${DESTDIR}${MDIR}/ntohl.0
323*33025Sbostic	ln ${DESTDIR}${MDIR}/byteorder.0 ${DESTDIR}${MDIR}/ntohs.0
324*33025Sbostic	ln ${DESTDIR}${MDIR}/getnetent.0 ${DESTDIR}${MDIR}/setnetent.0
325*33025Sbostic	ln ${DESTDIR}${MDIR}/getservent.0 ${DESTDIR}${MDIR}/endservent.0
326*33025Sbostic	ln ${DESTDIR}${MDIR}/getservent.0 ${DESTDIR}${MDIR}/getservbyname.0
327*33025Sbostic	ln ${DESTDIR}${MDIR}/getservent.0 ${DESTDIR}${MDIR}/getservbyport.0
328*33025Sbostic	ln ${DESTDIR}${MDIR}/getservent.0 ${DESTDIR}${MDIR}/setservent.0
329*33025Sbostic	ln ${DESTDIR}${MDIR}/getprotoent.0 ${DESTDIR}${MDIR}/endprotoent.0
330*33025Sbostic	ln ${DESTDIR}${MDIR}/getusershell.0 ${DESTDIR}${MDIR}/endusershell.0
331*33025Sbostic	ln ${DESTDIR}${MDIR}/getprotoent.0 ${DESTDIR}${MDIR}/getprotobyname.0
332*33025Sbostic	ln ${DESTDIR}${MDIR}/getprotoent.0 ${DESTDIR}${MDIR}/getprotobynumber.0
333*33025Sbostic	ln ${DESTDIR}${MDIR}/getprotoent.0 ${DESTDIR}${MDIR}/setprotoent.0
334*33025Sbostic	ln ${DESTDIR}${MDIR}/getusershell.0 ${DESTDIR}${MDIR}/setusershell.0
335*33025Sbostic	ln ${DESTDIR}${MDIR}/gethostbyname.0 ${DESTDIR}${MDIR}/endhostent.0
336*33025Sbostic	ln ${DESTDIR}${MDIR}/gethostbyname.0 ${DESTDIR}${MDIR}/gethostbyaddr.0
337*33025Sbostic	ln ${DESTDIR}${MDIR}/gethostbyname.0 ${DESTDIR}${MDIR}/sethostent.0
338*33025Sbostic	ln ${DESTDIR}${MDIR}/gethostbyname.0 ${DESTDIR}${MDIR}/sethostfile.0
339*33025Sbostic	ln ${DESTDIR}${MDIR}/gethostbyname.0 ${DESTDIR}${MDIR}/gethostent.0
340*33025Sbostic
341*33025SbosticFRC:
342