summaryrefslogtreecommitdiff
path: root/lib/libpam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpam/Makefile')
-rw-r--r--lib/libpam/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpam/Makefile b/lib/libpam/Makefile
index 9d349e38b6c..8db786f9075 100644
--- a/lib/libpam/Makefile
+++ b/lib/libpam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/12/12 08:18:42 christos Exp $
+# $NetBSD: Makefile,v 1.3 2010/05/03 22:12:32 christos Exp $
# Copyright 1998 Juniper Networks, Inc.
# All rights reserved.
#
@@ -27,6 +27,6 @@
# The modules must be built first, because they are built into the
# static version of libpam.
-SUBDIR= modules .WAIT libpam
+SUBDIR= staticmodules .WAIT libpam .WAIT modules
.include <bsd.subdir.mk>