b6b34a5e0f
s/DISTDIR/DIST_DIR/g
14 lines
196 B
Makefile
14 lines
196 B
Makefile
# 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>
|