blob: 192db7e97ed211868cedb54603515240083ae5fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# from: @(#)Makefile 5.3 (Berkeley) 6/8/90
# $Id: Makefile,v 1.1 1995/10/18 08:44:47 deraadt Exp $
FILES= dot.cshrc dot.login dot.mailrc dot.profile dot.rhosts
NOOBJ= noobj
all clean cleandir depend lint tags:
realinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/skel
.include <bsd.prog.mk>
|