blob: 722580667c236a437cbf3e020a6a84d44881198d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $FreeBSD: src/usr.sbin/lpr/chkprintcap/Makefile,v 1.12.34.1 2009/04/15 03:14:26 kensmith Exp $
.PATH: ${.CURDIR}/../common_source
PROG= chkprintcap
MAN= chkprintcap.8
SRCS= chkprintcap.c skimprintcap.c
CFLAGS+= -I${.CURDIR}/../common_source
DPADD= ${LIBLPR}
LDADD= ${LIBLPR}
.include <bsd.prog.mk>
|