summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/pac/Makefile
blob: 9e0b03f230d7d78b987586568b3eb5e22d8758a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	From: @(#)Makefile	8.1 (Berkeley) 6/6/93
#	$Id: Makefile,v 1.4 1997/12/16 17:53:39 bde Exp $

PROG=	pac
CFLAGS+=-I${.CURDIR}/../common_source
MAN8=	pac.8
.PATH:	${.CURDIR}/../common_source
DPADD=	${LIBLPR}
LDADD=	${LIBLPR}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud