Module Name:    src
Committed By:   mrg
Date:           Wed Jan  1 03:21:10 UTC 2025

Modified Files:
        src/etc: Makefile

Log Message:
add pam.d to the subdir list, so an objdir is created for the temp files
that pam.d/Makefile wants to do now days.


To generate a diff of this commit:
cvs rdiff -u -r1.473 -r1.474 src/etc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/Makefile
diff -u src/etc/Makefile:1.473 src/etc/Makefile:1.474
--- src/etc/Makefile:1.473	Sun Jun 23 00:37:12 2024
+++ src/etc/Makefile	Wed Jan  1 03:21:10 2025
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.473 2024/06/23 00:37:12 mrg Exp $
+#	$NetBSD: Makefile,v 1.474 2025/01/01 03:21:10 mrg Exp $
 #	from: @(#)Makefile	8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -716,7 +716,7 @@ snap_md_post: .PHONY check_DESTDIR check
 clean:
 	-rm -rf ${CDROM.dir} ${CDROM.pathlist} ${OBSOLETE.dir}
 
-SUBDIR=	defaults rc.d mtree
+SUBDIR=	defaults rc.d pam.d mtree
 
 .include <bsd.prog.mk>
 .include <bsd.subdir.mk>

Reply via email to