summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/libdriver/Makefile
blob: 470e599a2caa6259cd9cab0643bf20661c31a2f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$Id: Makefile,v 1.6 1993/10/05 21:39:16 pk Exp $

LIB=		driver
SRCS=		input.cc printer.cc
CFLAGS+=	-I$(.CURDIR)/../include

NOMAN=		noman
NOPROFILE=	noprofile
NOPIC=		nopic

install:

.include "../Makefile.cfg"
.include <bsd.lib.mk>