11 lines
262 B
Makefile
11 lines
262 B
Makefile
# from: @(#)Makefile 5.3 (Berkeley) 6/8/90
|
|
# $Id: Makefile,v 1.8 1997/03/24 21:57:09 christos Exp $
|
|
|
|
FILES= dot.cshrc dot.login dot.mailrc dot.profile dot.rhosts
|
|
FILESDIR= ${BINDIR}/skel
|
|
NOOBJ= noobj
|
|
|
|
all clean cleandir depend lint tags:
|
|
|
|
.include <bsd.prog.mk>
|