]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/lpr/pac/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>