mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
14 lines
220 B
Makefile
14 lines
220 B
Makefile
# $FreeBSD$
|
|
|
|
.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>
|