15 lines
235 B
Makefile
15 lines
235 B
Makefile
# $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>
|