9 lines
223 B
Makefile
9 lines
223 B
Makefile
# from: @(#)Makefile 5.3 (Berkeley) 6/8/90
|
|
# $Id: Makefile,v 1.9 1997/05/09 07:50:23 mycroft Exp $
|
|
|
|
FILES= dot.cshrc dot.login dot.mailrc dot.profile dot.rhosts
|
|
FILESDIR= ${BINDIR}/skel
|
|
NOOBJ= noobj
|
|
|
|
.include <bsd.prog.mk>
|