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

16 lines
267 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.9 1997/05/31 21:21:35 cjs Exp $
1993-03-21 12:45:37 +03:00
LIB= driver
SRCS= input.cc printer.cc
1993-07-15 20:33:45 +04:00
CFLAGS+= -I$(.CURDIR)/../include
1993-03-21 12:45:37 +03:00
NOMAN= noman
NOPROFILE= noprofile
1993-10-06 00:39:08 +03:00
NOPIC= nopic
1993-03-21 12:45:37 +03:00
# only needed during build
libinstall::
1993-03-21 12:45:37 +03:00
1993-07-15 20:33:45 +04:00
.include "../Makefile.cfg"
.include <bsd.lib.mk>