1996-09-08 01:27:58 +00:00
|
|
|
# Makefile for libdriver
|
|
|
|
|
|
|
|
LIB= driver
|
|
|
|
SRCS= input.cc printer.cc
|
1996-09-09 18:05:29 +00:00
|
|
|
CFLAGS+= -I$(DIST_DIR)/../include
|
1996-09-08 01:27:58 +00:00
|
|
|
|
|
|
|
NOMAN= noman
|
|
|
|
NOPROFILE= noprofile
|
|
|
|
|
|
|
|
install:
|
|
|
|
|
|
|
|
.include "../Makefile.cfg"
|
|
|
|
.include <bsd.lib.mk>
|