diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2015-12-28 20:46:56 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2015-12-28 20:46:56 +0000 |
commit | 8fcdc207291cd10145cff5d5a4bf419518f22cbf (patch) | |
tree | 6e868658f2f336f9cf991daad6efd7bd3cd7acb2 /usr.sbin/lpr/lprm/Makefile | |
parent | afcc85933b2602c23b384683139a5ed600cfa28f (diff) |
build all lpr tools with -Werror-implicit-function-declaration
ok tb@
Diffstat (limited to 'usr.sbin/lpr/lprm/Makefile')
-rw-r--r-- | usr.sbin/lpr/lprm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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> |