freebsd-skq/usr.sbin/lpr/chkprintcap/Makefile
jb 27f4579e07 Remove -Werror from CFLAGS on i386 because with -nostdinc gcc spits
warnings from unused static inline functions in headers if you happen
to set CFLAGS without -O.
1998-06-11 03:53:23 +00:00

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>