1*61580Sbostic# @(#)Makefile 8.1 (Berkeley) 06/05/93 241645Sbostic 341645SbosticMAN3F= abort.0 access.0 alarm.0 bessel.0 bit.0 chdir.0 chmod.0 etime.0 \ 433034Sbostic exit.0 fdate.0 flmin.0 flush.0 fork.0 fseek.0 getarg.0 getc.0 \ 533034Sbostic getcwd.0 getenv.0 getlog.0 getpid.0 getuid.0 getuid.0 hostnm.0 \ 633034Sbostic idate.0 index.0 intro.0 ioinit.0 kill.0 link.0 loc.0 long.0 \ 733034Sbostic malloc.0 perror.0 plot.0 putc.0 qsort.0 rand.0 random.0 rename.0 \ 833034Sbostic signal.0 sleep.0 stat.0 system.0 time.0 topen.0 traper.0 trapov.0 \ 933034Sbostic trpfpe.0 ttynam.0 unlink.0 wait.0 1041645SbosticMLINKS= bessel.3f besj0.3f bessel.3f besj1.3f bessel.3f besjn.3f bessel.3f \ 1141645Sbostic besy0.3f bessel.3f besy1.3f bessel.3f besyn.3f bessel.3f dbesj0.3f \ 1241645Sbostic bessel.3f dbesj1.3f bessel.3f dbesjn.3f bessel.3f dbesy0.3f bessel.3f \ 1341645Sbostic dbesy1.3f bessel.3f dbesyn.3f 1441645SbosticMLINKS+=etime.3f dtime.3f 1541645SbosticMLINKS+=flmin.3f dffrac.3f flmin.3f dflmax.3f flmin.3f dflmin.3f flmin.3f \ 1641645Sbostic ffrac.3f flmin.3f flmax.3f flmin.3f inmax.3f 1741645SbosticMLINKS+=fseek.3f ftell.3f 1841645SbosticMLINKS+=getarg.3f iargc.3f 1941645SbosticMLINKS+=getc.3f fgetc.3f 2041645SbosticMLINKS+=getuid.3f getgid.3f 2141645SbosticMLINKS+=idate.3f itime.3f 2241645SbosticMLINKS+=index.3f len.3f index.3f lnblnk.3f index.3f rindex.3f 2341645SbosticMLINKS+=intro.3f fortran.3f 2441645SbosticMLINKS+=link.3f symlnk.3f 2541645SbosticMLINKS+=long.3f short.3f 2641645SbosticMLINKS+=malloc.3f falloc.3f 2741645SbosticMLINKS+=perror.3f gerror.3f perror.3f ierrno.3f 2841645SbosticMLINKS+=plot.3f box.3f 2941645SbosticMLINKS+=putc.3f fputc.3f 3041645SbosticMLINKS+=rand.3f drand.3f rand.3f irand.3f 3141645SbosticMLINKS+=random.3f drandm.3f random.3f irandm.3f 3241645SbosticMLINKS+=stat.3f fstat.3f stat.3f lstat.3f 3341645SbosticMLINKS+=time.3f ctime.3f time.3f gmtime.3f time.3f ltime.3f 3441645SbosticMLINKS+=topen.3f tclose.3f topen.3f tread.3f topen.3f trewin.3f topen.3f \ 3541645Sbostic tskipf.3f topen.3f tstate.3f topen.3f twrite.3f 3641645SbosticMLINKS+=trpfpe.3f fpecnt.3f 3741645SbosticMLINKS+=ttynam.3f isatty.3f 3841645SbosticMLINKS+=bit.3f and.3f bit.3f lshift.3f bit.3f not.3f bit.3f or.3f bit.3f \ 3941645Sbostic rshift.3f bit.3f xor.3f 4033034Sbostic 4141645Sbosticall: ${MAN3F} 4233034Sbostic 4341645Sbosticclean depend lint tags: 4441645Sbostic 4537063Sbosticcleandir: 4641645Sbostic rm -f ${MAN3F} 4733034Sbostic 4841645Sbosticinstall: maninstall 4941645Sbostic 5041645Sbostic.include <bsd.prog.mk> 51