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
This commit is contained in:
Ruslan Ermilov 2002-04-18 10:58:14 +00:00
parent 8abb6072c1
commit 5b3e868df5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94989

View File

@ -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 <bsd.prog.mk>