summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/lpr/lpr/Makefile')
-rw-r--r--usr.sbin/lpr/lpr/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/usr.sbin/lpr/lpr/Makefile b/usr.sbin/lpr/lpr/Makefile
index ae5fa17..e952f60 100644
--- a/usr.sbin/lpr/lpr/Makefile
+++ b/usr.sbin/lpr/lpr/Makefile
@@ -1,13 +1,17 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
-PROG= lpr
-CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS}
-BINGRP= daemon
-BINMODE=6555
+.PATH: ${.CURDIR}/../common_source
+
BINDIR= /usr/bin
+
+PROG= lpr
MAN= lpr.1 printcap.5
-.PATH: ${.CURDIR}/../common_source
+BINGRP= daemon
+BINMODE= 6555
+
+CFLAGS+= -I${.CURDIR}/../common_source ${CWARNFLAGS}
+
DPADD= ${LIBLPR}
LDADD= ${LIBLPR}
OpenPOWER on IntegriCloud