summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/pac/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/lpr/pac/Makefile')
-rw-r--r--usr.sbin/lpr/pac/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/lpr/pac/Makefile b/usr.sbin/lpr/pac/Makefile
index 3a9c5eb..19ecdc9 100644
--- a/usr.sbin/lpr/pac/Makefile
+++ b/usr.sbin/lpr/pac/Makefile
@@ -1,10 +1,13 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
+.PATH: ${.CURDIR}/../common_source
+
PROG= pac
-CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS}
MAN= pac.8
-.PATH: ${.CURDIR}/../common_source
+
+CFLAGS+= -I${.CURDIR}/../common_source ${CWARNFLAGS}
+
DPADD= ${LIBLPR}
LDADD= ${LIBLPR}
OpenPOWER on IntegriCloud