blob: 02eab92fbb3f69839ab48c5da140cf906cabbc60 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $Id: Makefile,v 1.1.1.1 2000/02/16 23:32:47 shmit Exp $
#
# Do not edit this file. Edit the files in Makefiles instead.
#
all:
@tools/build ${MAKE} $@
.DEFAULT:
@tools/build ${MAKE} $@
|