3c75ad7ec0
add them automatically, and there is no point in adding them twice. MFC after: 5 days
15 lines
220 B
Makefile
15 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>
|