[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / share / skel

File: [local] / src / share / skel / Attic / Makefile (download)

Revision 1.2, Thu Mar 2 14:46:51 2000 UTC (24 years, 3 months ago) by todd
Branch: MAIN
Changes since 1.1: +1 -1 lines

$OpenBSD$

#	$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>