blob: f1522d14edeb7387079191249b29a5d15b9c1572 (
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$(DIST_DIR)/../include
NOMAN= noman
NOPROFILE= noprofile
install:
.include "../Makefile.cfg"
.include <bsd.lib.mk>
|