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

19 lines
467 B
Makefile
Raw Normal View History

1993-07-15 20:32:02 +04:00
# Makefile for indxbib
PROG= indxbib
SRCS= indxbib.cc dirnamemax.c signal.c
CFLAGS+= -I$(.CURDIR)/../include
LDADD+= $(LIBBIB) $(LIBGROFF) -lm
DPADD+= $(LIBBIB) $(LIBGROFF) $(LIBMATH)
# XXX -- this depends on ../include/defs.h
COMMON_WORDS_FILE= "/usr/share/dict/eign"
1993-07-15 20:32:02 +04:00
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 $(.CURDIR)/eign \
$(DESTDIR)$(COMMON_WORDS_FILE)
1993-07-15 20:32:02 +04:00
.include <bsd.prog.mk>
.include "../../Makefile.inc"
.include "../Makefile.cfg"