Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / groff / src / utils / indxbib / Makefile
1 # $FreeBSD: src/gnu/usr.bin/groff/src/utils/indxbib/Makefile,v 1.1.2.5 2002/08/07 16:31:44 ru Exp $
2 # $DragonFly: src/gnu/usr.bin/groff/src/utils/indxbib/Makefile,v 1.2 2003/06/17 04:25:46 dillon Exp $
3
4 PROG_CXX=       indxbib
5 SRCS=           indxbib.cc signal.c
6 DPADD=          ${LIBBIB} ${LIBGROFF} ${LIBM}
7 LDADD=          ${LIBBIB} ${LIBGROFF} -lm
8 CLEANFILES=     ${MAN}
9
10 beforeinstall:
11         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
12             ${DIST_DIR}/eign ${DESTDIR}${SHAREDIR}/dict/
13
14 .include <bsd.prog.mk>