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

14 lines
248 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.3 1993/08/02 17:43:50 mycroft Exp $
1993-07-15 20:33:45 +04:00
LIB= bib
SRCS= common.cc index.cc linear.cc search.cc map.c
CFLAGS+= -I$(.CURDIR)/../include
NOMAN= noman
NOPROFILE= noprofile
install:
.include "../Makefile.cfg"
.include <bsd.lib.mk>