Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpam/modules Don't try to clean/build or install a lib...
details: https://anonhg.NetBSD.org/src/rev/27fa193622ad
branches: trunk
changeset: 763012:27fa193622ad
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Tue Mar 08 09:49:42 2011 +0000
description:
Don't try to clean/build or install a library here, there are only
subdirectories.
Also, bsd.lib.mk requires a defined LIB, otherwise it will generate
unwanted commands during clean. It even failed on netbsd-4 where
'rm -f' needs at least one parameter which is missing due to recent
corrections in make/vars.c.
diffstat:
lib/libpam/modules/Makefile | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (17 lines):
diff -r 0315357f7f6e -r 27fa193622ad lib/libpam/modules/Makefile
--- a/lib/libpam/modules/Makefile Tue Mar 08 07:53:43 2011 +0000
+++ b/lib/libpam/modules/Makefile Tue Mar 08 09:49:42 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/10/27 07:48:27 mrg Exp $
+# $NetBSD: Makefile,v 1.12 2011/03/08 09:49:42 mlelstv Exp $
# Copyright 1998 Juniper Networks, Inc.
# All rights reserved.
#
@@ -43,7 +43,4 @@
SUBDIR+= pam_ssh
.endif
-libinstall:: # disable install rule in <bsd.lib.mk>
-
-.include <bsd.lib.mk>
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index