blob: 96c66b2e22641952eb4c77586ce54c2eef378c07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $Id: Makefile,v 1.1.1.1 1997/10/30 23:27:13 verghese Exp $
# $Log: Makefile,v $
# Revision 1.1.1.1 1997/10/30 23:27:13 verghese
# current 10/29/97
#
# Revision 1.2 1994/06/28 20:08:21 fdh
# Modified filenames and build precedure to fit into a FAT filesystem.
#
# Revision 1.1 1994/03/11 05:14:12 fdh
# Initial revision
#
include ../rules.osf
all:
clean:
rm -f *~ \#*\# core
$(CLEAN)
|