1*41645Sbostic# @(#)Makefile 5.5 (Berkeley) 05/11/90 2*41645Sbostic 3*41645SbosticMAN3F= 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 10*41645SbosticMLINKS= bessel.3f besj0.3f bessel.3f besj1.3f bessel.3f besjn.3f bessel.3f \ 11*41645Sbostic besy0.3f bessel.3f besy1.3f bessel.3f besyn.3f bessel.3f dbesj0.3f \ 12*41645Sbostic bessel.3f dbesj1.3f bessel.3f dbesjn.3f bessel.3f dbesy0.3f bessel.3f \ 13*41645Sbostic dbesy1.3f bessel.3f dbesyn.3f 14*41645SbosticMLINKS+=etime.3f dtime.3f 15*41645SbosticMLINKS+=flmin.3f dffrac.3f flmin.3f dflmax.3f flmin.3f dflmin.3f flmin.3f \ 16*41645Sbostic ffrac.3f flmin.3f flmax.3f flmin.3f inmax.3f 17*41645SbosticMLINKS+=fseek.3f ftell.3f 18*41645SbosticMLINKS+=getarg.3f iargc.3f 19*41645SbosticMLINKS+=getc.3f fgetc.3f 20*41645SbosticMLINKS+=getuid.3f getgid.3f 21*41645SbosticMLINKS+=idate.3f itime.3f 22*41645SbosticMLINKS+=index.3f len.3f index.3f lnblnk.3f index.3f rindex.3f 23*41645SbosticMLINKS+=intro.3f fortran.3f 24*41645SbosticMLINKS+=link.3f symlnk.3f 25*41645SbosticMLINKS+=long.3f short.3f 26*41645SbosticMLINKS+=malloc.3f falloc.3f 27*41645SbosticMLINKS+=perror.3f gerror.3f perror.3f ierrno.3f 28*41645SbosticMLINKS+=plot.3f box.3f 29*41645SbosticMLINKS+=putc.3f fputc.3f 30*41645SbosticMLINKS+=rand.3f drand.3f rand.3f irand.3f 31*41645SbosticMLINKS+=random.3f drandm.3f random.3f irandm.3f 32*41645SbosticMLINKS+=stat.3f fstat.3f stat.3f lstat.3f 33*41645SbosticMLINKS+=time.3f ctime.3f time.3f gmtime.3f time.3f ltime.3f 34*41645SbosticMLINKS+=topen.3f tclose.3f topen.3f tread.3f topen.3f trewin.3f topen.3f \ 35*41645Sbostic tskipf.3f topen.3f tstate.3f topen.3f twrite.3f 36*41645SbosticMLINKS+=trpfpe.3f fpecnt.3f 37*41645SbosticMLINKS+=ttynam.3f isatty.3f 38*41645SbosticMLINKS+=bit.3f and.3f bit.3f lshift.3f bit.3f not.3f bit.3f or.3f bit.3f \ 39*41645Sbostic rshift.3f bit.3f xor.3f 4033034Sbostic 41*41645Sbosticall: ${MAN3F} 4233034Sbostic 43*41645Sbosticclean depend lint tags: 44*41645Sbostic 4537063Sbosticcleandir: 46*41645Sbostic rm -f ${MAN3F} 4733034Sbostic 48*41645Sbosticinstall: maninstall 49*41645Sbostic 50*41645Sbostic.include <bsd.prog.mk> 51