head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	96.11.25.18.45.41;	author dholland;	state Exp;
branches;
next	1.3;

1.3
date	96.07.20.19.44.43;	author dholland;	state Exp;
branches;
next	1.2;

1.2
date	96.07.17.07.13.37;	author dholland;	state Exp;
branches;
next	1.1;

1.1
date	94.05.23.09.12.12;	author rzsfl;	state Exp;
branches;
next	;


desc
@Original
@


1.4
log
@remember to make the lib directory.
@
text
@compile:
	$(MAKE) -C lib
	$(MAKE) -C timed
	$(MAKE) -C timedc

install:
	$(MAKE) -C lib install
	$(MAKE) -C timed install
	$(MAKE) -C timedc install

clean:
	$(MAKE) -C lib clean
	$(MAKE) -C timed clean
	$(MAKE) -C timedc clean
@


1.3
log
@new makefiles
@
text
@d2 1
d7 1
d12 1
@


1.2
log
@As distributed with NetKit-B-0.06
@
text
@d2 2
a3 2
	make -C timed
	make -C timedc
d6 2
a7 2
	make -C timed install
	make -C timedc install
d10 2
a11 2
	make -C timed clean
	make -C timedc clean
@


1.1
log
@Initial revision
@
text
@d1 11
@
