NetBSD/gnu/usr.bin/groff/indxbib/Makefile

19 lines
500 B
Makefile
Raw Normal View History

1996-10-18 06:52:59 +04:00
# $Id: Makefile,v 1.6 1996/10/18 03:03:38 thorpej Exp $
1993-07-15 20:32:02 +04:00
PROG= indxbib
SRCS= indxbib.cc dirnamemax.c signal.c
CFLAGS+= -I$(.CURDIR)/../include
LDADD+= $(LIBBIB) $(LIBGROFF) -lm
1995-10-26 03:58:49 +03:00
DPADD+= $(LIBBIB) $(LIBGROFF) $(LIBM)
1993-07-15 20:32:02 +04:00
# XXX -- this depends on ../include/defs.h
COMMON_WORDS_FILE= "/usr/share/dict/eign"
1993-07-15 20:32:02 +04:00
afterinstall:
1996-10-18 06:52:59 +04:00
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 $(.CURDIR)/eign \
$(DESTDIR)$(COMMON_WORDS_FILE)
1993-07-15 20:32:02 +04:00
.include "../../Makefile.inc"
.include "../Makefile.cfg"
.include <bsd.prog.mk>