]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/lpr/pac/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / lpr / pac / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .PATH: ${.CURDIR}/../common_source
5
6 PROG=   pac
7 MAN=    pac.8
8
9 CFLAGS+= -I${.CURDIR}/../common_source
10
11 DPADD=  ${LIBLPR}
12 LDADD=  ${LIBLPR}
13
14 .include <bsd.prog.mk>