freebsd-nq/usr.sbin/lpr/pac/Makefile
Garrett Wollman 90cf373d9b Fix additional warnings. Remove -Werror, since some people have complained
about it.

PR:		7886
Submitted by:	Stefan Eggers <seggers@semyam.dinoco.de> (partially)
1998-09-11 18:49:33 +00:00

12 lines
263 B
Makefile

# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id: Makefile,v 1.5 1998/03/07 09:48:14 bde Exp $
PROG= pac
CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS}
MAN8= pac.8
.PATH: ${.CURDIR}/../common_source
DPADD= ${LIBLPR}
LDADD= ${LIBLPR}
.include <bsd.prog.mk>