summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr
diff options
context:
space:
mode:
authorbenno <benno@openbsd.org>2015-12-28 20:46:55 +0000
committerbenno <benno@openbsd.org>2015-12-28 20:46:55 +0000
commit9bdd0567a3be45c4de900abde12e367db7cf725c (patch)
treedb2181fa5b599cefaa57ec56d08993f56b7d1b1e /usr.sbin/lpr
parentSwitch login(3) from lseek+read/write to pread/pwrite and only do the pread() (diff)
downloadwireguard-openbsd-9bdd0567a3be45c4de900abde12e367db7cf725c.tar.xz
wireguard-openbsd-9bdd0567a3be45c4de900abde12e367db7cf725c.zip
build all lpr tools with -Werror-implicit-function-declaration
ok tb@
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r--usr.sbin/lpr/filters/Makefile3
-rw-r--r--usr.sbin/lpr/lpq/Makefile3
-rw-r--r--usr.sbin/lpr/lpr/Makefile3
-rw-r--r--usr.sbin/lpr/lprm/Makefile3
4 files changed, 8 insertions, 4 deletions
diff --git a/usr.sbin/lpr/filters/Makefile b/usr.sbin/lpr/filters/Makefile
index be835074fbb..80ac19c2610 100644
--- a/usr.sbin/lpr/filters/Makefile
+++ b/usr.sbin/lpr/filters/Makefile
@@ -1,8 +1,9 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $OpenBSD: Makefile,v 1.2 1997/01/17 16:12:33 millert Exp $
+# $OpenBSD: Makefile,v 1.3 2015/12/28 20:46:55 benno Exp $
PROG= lpf
NOMAN= noman
BINDIR= /usr/libexec/lpr
+.include "../../Makefile.inc"
.include <bsd.prog.mk>
diff --git a/usr.sbin/lpr/lpq/Makefile b/usr.sbin/lpr/lpq/Makefile
index dcf9ec818a7..4532d337ddf 100644
--- a/usr.sbin/lpr/lpq/Makefile
+++ b/usr.sbin/lpr/lpq/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $OpenBSD: Makefile,v 1.4 2002/06/08 01:53:43 millert Exp $
+# $OpenBSD: Makefile,v 1.5 2015/12/28 20:46:55 benno Exp $
PROG= lpq
CFLAGS+=-I${.CURDIR}/../common_source
@@ -9,4 +9,5 @@ BINMODE=2555
BINDIR= /usr/bin
.PATH: ${.CURDIR}/../common_source
+.include "../../Makefile.inc"
.include <bsd.prog.mk>
diff --git a/usr.sbin/lpr/lpr/Makefile b/usr.sbin/lpr/lpr/Makefile
index 29f2cdd318e..ff5d43c9a0b 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
-# $OpenBSD: Makefile,v 1.5 2003/03/11 04:36:55 millert Exp $
+# $OpenBSD: Makefile,v 1.6 2015/12/28 20:46:55 benno Exp $
PROG= lpr
CFLAGS+=-I${.CURDIR}/../common_source
@@ -10,4 +10,5 @@ BINMODE=6555
BINDIR= /usr/bin
.PATH: ${.CURDIR}/../common_source
+.include "../../Makefile.inc"
.include <bsd.prog.mk>
diff --git a/usr.sbin/lpr/lprm/Makefile b/usr.sbin/lpr/lprm/Makefile
index 556e16a7748..4cecdc60c71 100644
--- a/usr.sbin/lpr/lprm/Makefile
+++ b/usr.sbin/lpr/lprm/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $OpenBSD: Makefile,v 1.6 2003/03/11 04:36:55 millert Exp $
+# $OpenBSD: Makefile,v 1.7 2015/12/28 20:46:55 benno Exp $
PROG= lprm
CFLAGS+=-I${.CURDIR}/../common_source
@@ -10,4 +10,5 @@ BINMODE=6555
BINDIR= /usr/bin
.PATH: ${.CURDIR}/../common_source
+.include "../../Makefile.inc"
.include <bsd.prog.mk>