]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - gnu/usr.bin/groff/src/utils/indxbib/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / gnu / usr.bin / groff / src / utils / indxbib / Makefile
1 # $FreeBSD$
2
3 PROG_CXX=       indxbib
4 SRCS=           indxbib.cpp signal.c
5 DPADD=          ${LIBBIB} ${LIBGROFF} ${LIBM}
6 LDADD=          ${LIBBIB} ${LIBGROFF} -lm
7 CLEANFILES=     ${MAN}
8
9 beforeinstall:
10         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
11             ${DIST_DIR}/eign ${DESTDIR}${SHAREDIR}/dict/
12
13 .include <bsd.prog.mk>