freebsd-dev/usr.sbin/lpr/chkprintcap/Makefile
Garance A Drosehn 3c75ad7ec0 Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing will
add them automatically, and there is no point in adding them twice.

MFC after:	5 days
2002-06-23 20:57:18 +00:00

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>