# Makefile for libdriver LIB= driver SRCS= input.cc printer.cc CFLAGS+= -I$(.CURDIR)/../include NOMAN= noman NOPROFILE= noprofile install: depend: @echo "BROKEN MAKEDEPEND!" .include .include "../Makefile.cfg" .include "Makefile.dep"