blob: fd2148d72a10d2cd3ac776803ed8b61c1fda4ee4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.2 2000/03/02 14:46:51 todd Exp $
# from: @(#)Makefile 5.3 (Berkeley) 6/8/90
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>
|