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

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

NOMAN=		noman
NOPROFILE=	noprofile

install:

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