summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/lpr/Makefile.inc')
-rw-r--r--usr.sbin/lpr/Makefile.inc10
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.sbin/lpr/Makefile.inc b/usr.sbin/lpr/Makefile.inc
index 4b65dee..34d4fcb 100644
--- a/usr.sbin/lpr/Makefile.inc
+++ b/usr.sbin/lpr/Makefile.inc
@@ -1,3 +1,11 @@
-# $Id: Makefile.inc,v 1.1 1997/12/02 20:44:47 wollman Exp $
+# $Id: Makefile.inc,v 1.2 1997/12/17 19:38:30 wollman Exp $
CWARNFLAGS= -Werror -Wall -Wnested-externs -Wmissing-prototypes -Wno-unused
+
+.if exists(${.OBJDIR}/../common_source)
+LIBLPR= ${.OBJDIR}/../common_source/liblpr.a
+.else
+LIBLPR= ${.CURDIR}/../common_source/liblpr.a
+.endif
+
+.include "../Makefile.inc"
OpenPOWER on IntegriCloud