Module Name: src
Committed By: mlelstv
Date: Tue Mar 8 09:49:43 UTC 2011
Modified Files:
src/lib/libpam/modules: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libpam/modules/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpam/modules/Makefile
diff -u src/lib/libpam/modules/Makefile:1.11 src/lib/libpam/modules/Makefile:1.12
--- src/lib/libpam/modules/Makefile:1.11 Mon Oct 27 07:48:27 2008
+++ src/lib/libpam/modules/Makefile Tue Mar 8 09:49:42 2011
@@ -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>