Makefile 586 B

1234567891011121314151617
  1. # Man pages for libraries
  2. TOP=../..
  3. .include "$(TOP)/mk/os161.config.mk"
  4. MANDIR=/man/libc
  5. MANFILES=\
  6. __vprintf.html abort.html assert.html atoi.html bzero.html \
  7. calloc.html err.html exit.html free.html getchar.html getcwd.html \
  8. index.html malloc.html memcpy.html memmove.html memset.html \
  9. printf.html putchar.html puts.html random.html realloc.html \
  10. setjmp.html snprintf.html stdarg.html strcat.html strchr.html \
  11. strcmp.html strcpy.html strerror.html strlen.html strrchr.html \
  12. strtok.html strtok_r.html system.html time.html warn.html
  13. .include "$(TOP)/mk/os161.man.mk"