summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/lpc/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-05-20 23:13:51 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-05-20 23:13:51 +0000
commitb2a7fd194eceff2b87de78d7cec611dbe9852f58 (patch)
tree964c1ee0a29425901306badd36cf127d4a351291 /usr.sbin/lpr/lpc/Makefile
parent1c6d6f81973745cbc85a424ec5f1931f07e8ebf7 (diff)
Pull in useful bits from NetBSD and make our lp* easier to diff and
do some minor cleanup of my own: o IPv6 support o ANSI function headers o use getopt() o synce usage() with man pages o passes -Wall on both 32bit and 64bit platforms o add an option to set the max number of children lpd will fork off o add an lpd option to bind to specific addresses instead of INADDR_ANY. o allow user to specify how long to wait for a connection to remote servers o more strlcpy() and snprintf() usage o Use FOO_FILENO constants instead of hard-coding 0-2 o Add some keeps to man the page SYNOPSIS to avoid options being split
Diffstat (limited to 'usr.sbin/lpr/lpc/Makefile')
-rw-r--r--usr.sbin/lpr/lpc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/lpr/lpc/Makefile b/usr.sbin/lpr/lpc/Makefile
index 419c5f33bb4..805423e75bd 100644
--- a/usr.sbin/lpr/lpc/Makefile
+++ b/usr.sbin/lpr/lpc/Makefile
@@ -1,10 +1,10 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $OpenBSD: Makefile,v 1.2 1997/01/17 16:12:34 millert Exp $
+# $OpenBSD: Makefile,v 1.3 2002/05/20 23:13:50 millert Exp $
PROG= lpc
CFLAGS+=-I${.CURDIR}/../common_source
MAN= lpc.8
-SRCS= lpc.c cmds.c cmdtab.c startdaemon.c common.c
+SRCS= lpc.c cmds.c cmdtab.c startdaemon.c common.c common_vars.c
BINGRP= daemon
BINMODE=2555
.PATH: ${.CURDIR}/../common_source