changed :rf= to :if=
[unix-history] / usr / src / share / skel / Makefile
CommitLineData
8a4cc2d8 1# @(#)Makefile 5.3 (Berkeley) %G%
3fc0ee24
KB
2
3FILES= dot.cshrc dot.login dot.mailrc dot.profile dot.rhosts
8a4cc2d8 4NOOBJ= noobj
3fc0ee24
KB
5
6all clean cleandir depend lint tags:
7
8install:
662ace95
KB
9 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
10 ${DESTDIR}${BINDIR}/skel
11
8a4cc2d8 12.include <bsd.prog.mk>