Skip to content

Commit 461e439

Browse files
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.
1 parent d9277da commit 461e439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.473 2024/06/23 00:37:12 mrg Exp $
1+
# $NetBSD: Makefile,v 1.474 2025/01/01 03:21:10 mrg Exp $
22
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
33

44
# Environment variables without default values:
@@ -716,7 +716,7 @@ snap_md_post: .PHONY check_DESTDIR check_RELEASEDIR snap_post
716716
clean:
717717
-rm -rf ${CDROM.dir} ${CDROM.pathlist} ${OBSOLETE.dir}
718718

719-
SUBDIR= defaults rc.d mtree
719+
SUBDIR= defaults rc.d pam.d mtree
720720

721721
.include <bsd.prog.mk>
722722
.include <bsd.subdir.mk>

0 commit comments

Comments
 (0)