27f4579e07
warnings from unused static inline functions in headers if you happen to set CFLAGS without -O.
11 lines
227 B
Makefile
11 lines
227 B
Makefile
# $Id: Makefile,v 1.4 1998/05/13 06:50:09 jb Exp $
|
|
|
|
PROG= chkprintcap
|
|
MAN8= chkprintcap.8
|
|
CFLAGS+=-I${.CURDIR}/../common_source -Wall
|
|
.PATH: ${.CURDIR}/../common_source
|
|
DPADD= ${LIBLPR}
|
|
LDADD= ${LIBLPR}
|
|
|
|
.include <bsd.prog.mk>
|