90cf373d9b
about it. PR: 7886 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de> (partially)
11 lines
235 B
Makefile
11 lines
235 B
Makefile
# $Id: Makefile,v 1.5 1998/06/11 03:51:34 jb Exp $
|
|
|
|
PROG= chkprintcap
|
|
MAN8= chkprintcap.8
|
|
CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS}
|
|
.PATH: ${.CURDIR}/../common_source
|
|
DPADD= ${LIBLPR}
|
|
LDADD= ${LIBLPR}
|
|
|
|
.include <bsd.prog.mk>
|