1993-07-31 19:17:49 +04:00
|
|
|
# from: @(#)Makefile 5.3 (Berkeley) 6/8/90
|
1997-03-25 00:57:01 +03:00
|
|
|
# $Id: Makefile,v 1.8 1997/03/24 21:57:09 christos Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
FILES= dot.cshrc dot.login dot.mailrc dot.profile dot.rhosts
|
1997-03-25 00:57:01 +03:00
|
|
|
FILESDIR= ${BINDIR}/skel
|
1993-03-21 12:45:37 +03:00
|
|
|
NOOBJ= noobj
|
|
|
|
|
|
|
|
all clean cleandir depend lint tags:
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|