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.
This commit is contained in:
mlelstv 2011-03-08 09:49:42 +00:00
parent 8de5cd3354
commit c619be51ca

View File

@ -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_afslog pam_krb5 pam_ksu
SUBDIR+= pam_ssh
.endif
libinstall:: # disable install rule in <bsd.lib.mk>
.include <bsd.lib.mk>
.include <bsd.subdir.mk>