mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
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:
parent
8abb6072c1
commit
5b3e868df5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94989
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user