aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/libdriver/Makefile
blob: 780a0e1c14b362b763898482cc90cb2363ed12a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Makefile for libdriver

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

NOMAN=		noman
NOPROFILE=	noprofile

install:

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