/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
- # $FreeBSD$
- PROG= makewhatis
- DPADD= ${LIBZ}
- LDADD= -lz
- SCRIPTS= makewhatis.local.sh
- MAN= makewhatis.1 makewhatis.local.8
- SCRIPTSDIR= /usr/libexec
- LINKS= ${SCRIPTSDIR}/makewhatis.local ${SCRIPTSDIR}/catman.local
- MLINKS= makewhatis.local.8 catman.local.8
- .include <bsd.prog.mk>