Makefile 246 B

12345678910111213141516
  1. # Main Makefile
  2. PROG= kcms
  3. SRCS= kcms.c filehelper.c buffer.c sitemap.c template.c \
  4. tmpl_parser.c
  5. SUBDIR= sitemap
  6. LDADD+= -lutil -lz
  7. LDSTATIC= ${STATIC}
  8. NOMAN= 1
  9. # include site settings
  10. .include "cmsconfig.mk"
  11. .include <bsd.prog.mk>