Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/lpr/common_source Really set "MKPRIVATELIB" and not...



details:   https://anonhg.NetBSD.org/src/rev/c1eb91c29584
branches:  trunk
changeset: 566892:c1eb91c29584
user:      tron <tron%NetBSD.org@localhost>
date:      Sun May 23 14:05:39 2004 +0000

description:
Really set "MKPRIVATELIB" and not "INTERNALLIB".

diffstat:

 usr.sbin/lpr/common_source/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r eb2acf6b417e -r c1eb91c29584 usr.sbin/lpr/common_source/Makefile
--- a/usr.sbin/lpr/common_source/Makefile       Sun May 23 11:37:25 2004 +0000
+++ b/usr.sbin/lpr/common_source/Makefile       Sun May 23 14:05:39 2004 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.9 2004/05/23 02:24:52 lukem Exp $
+#      $NetBSD: Makefile,v 1.10 2004/05/23 14:05:39 tron Exp $
 
-INTERNALLIB=   # defined
+MKPRIVATELIB=  yes
 
 LIB=   common
 SRCS=  common.c common_vars.c displayq.c fatal.c rmjob.c startdaemon.c



Home | Main Index | Thread Index | Old Index