c6db8143ed
Reduce overlinking
14 lines
198 B
Makefile
14 lines
198 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../common_source
|
|
|
|
PROG= chkprintcap
|
|
MAN= chkprintcap.8
|
|
SRCS= chkprintcap.c skimprintcap.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../common_source
|
|
|
|
LIBADD= lpr
|
|
|
|
.include <bsd.prog.mk>
|