/usr.bin/makewhatis/Makefile

https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 12 lines · 9 code · 2 blank · 1 comment · 0 complexity · 7b412992b097d4ebe6f2dbaa184ab2e7 MD5 · raw file

  1. # $FreeBSD$
  2. PROG= makewhatis
  3. DPADD= ${LIBZ}
  4. LDADD= -lz
  5. SCRIPTS= makewhatis.local.sh
  6. MAN= makewhatis.1 makewhatis.local.8
  7. SCRIPTSDIR= /usr/libexec
  8. LINKS= ${SCRIPTSDIR}/makewhatis.local ${SCRIPTSDIR}/catman.local
  9. MLINKS= makewhatis.local.8 catman.local.8
  10. .include <bsd.prog.mk>