aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1998-02-04 15:59:10 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1998-02-04 15:59:10 +0000
commit19dd7f4d5a5392b6f95f31cce995e96daa3d5c7e (patch)
tree72ec9c36c2a2a39adb623b1e06454c7de7ef2706 /usr.sbin
parentd2fc2bd0d30a8034d21f247323c3a5929f4d5616 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/lpr/lpr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpr/Makefile b/usr.sbin/lpr/lpr/Makefile
index c77746a4f319..fbd72d4a4c17 100644
--- a/usr.sbin/lpr/lpr/Makefile
+++ b/usr.sbin/lpr/lpr/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id: Makefile,v 1.3 1997/12/02 20:46:08 wollman Exp $
+# $Id: Makefile,v 1.4 1997/12/16 17:53:31 bde Exp $
PROG= lpr
CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS}
@@ -9,6 +9,7 @@ BINGRP= daemon
BINMODE=6555
BINDIR= /usr/bin
MAN1= lpr.1
+MAN5= printcap.5
.PATH: ${.CURDIR}/../common_source
DPADD= ${.OBJDIR}/../common_source/liblpr.a
LDADD= -L${.OBJDIR}/../common_source -llpr