freebsd-src/share/skel/Makefile
Warner Losh 97759ccc71 share: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by:		Netflix
2023-11-26 22:23:29 -07:00

9 lines
197 B
Makefile

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>