From 5b3e868df50a2320eec61f4fccea6715c5d8247b Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 18 Apr 2002 10:58:14 +0000 Subject: [PATCH] Fixed bugs in previous revision: Added NOOBJ if anyone even attempts to "make obj" here. Revert to installing files with mode 644 except README. Make this overall look like a BSD-style Makefile rather than roll-your-own (this is not a bug). For the record. Previous revision also fixed the breakage introduced by the sys.mk,v 1.60 commit: bsd.own.mk is no longer automatically included from sys.mk. Reported by: jhay --- etc/pam.d/Makefile | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile index 48ce9fb0798b..a8b2e147dcdc 100644 --- a/etc/pam.d/Makefile +++ b/etc/pam.d/Makefile @@ -1,24 +1,10 @@ # $FreeBSD$ -FILESDIR = /etc/pam.d - -FILES = -FILES += README -FILES += csshd -FILES += ftp -FILES += ftpd -FILES += gdm -FILES += imap -FILES += kde -FILES += login -FILES += other -FILES += passwd -FILES += pop3 -FILES += rsh -FILES += sshd -FILES += su -FILES += telnetd -FILES += xdm -FILES += xserver +NOOBJ= noobj +FILES= README csshd ftp ftpd gdm imap kde login other passwd pop3 \ + rsh sshd su telnetd xdm xserver +FILESDIR= /etc/pam.d +FILESMODE= 644 +FILESMODE_README= 444 .include