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

16 lines
276 B
Makefile
Raw Normal View History

1997-10-25 14:10:19 +04:00
# $NetBSD: Makefile,v 1.11 1997/10/25 10:12:06 lukem Exp $
1993-03-21 12:45:37 +03:00
LIB= driver
SRCS= input.cc printer.cc
1997-10-25 14:10:19 +04:00
CPPFLAGS+= -I$(.CURDIR)/../include
1993-07-15 20:33:45 +04:00
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>