mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-22 15:47:37 +00:00
Simplify this Makefile.
Approved by: bapt (mentor)
This commit is contained in:
parent
d1a920b48f
commit
dd0878dd7f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334841
@ -1,13 +1,10 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/8/93
|
||||
# $FreeBSD$
|
||||
|
||||
FILESGROUPS= FILES1 FILES2
|
||||
FILES1= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \
|
||||
dot.shrc
|
||||
FILES2= dot.mail_aliases
|
||||
FILES1DIR= ${SHAREDIR}/skel
|
||||
FILES2DIR= ${SHAREDIR}/skel
|
||||
FILES1MODE= 0644
|
||||
FILES2MODE= 0600
|
||||
FILES= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile \
|
||||
dot.shrc dot.mail_aliases
|
||||
FILESDIR= ${SHAREDIR}/skel
|
||||
FILESMODE= 0644
|
||||
FILESMODE_dot.mail_aliases= 0600
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user