head     1.1;
branch   1.1.1;
access   ;
symbols  MTM_LOCAL_1:1.1.1.1 MTM_LOCAL:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2003.12.31.14.51.40;  author mtm;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2003.12.31.14.51.40;  author mtm;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@# $FreeBSD$

OBJS	= _local.o

all:	${OBJS}

clean:
	rm -rf *.o
@


1.1.1.1
log
@Implement defenitions and library calls not found
on FreeBSD. Because this is necessary for both the
test harness and the tests I have separated them
so that stuff defined for the library doesn't pollute
the testcases. However, all the affected test cases use the
same header so pollution is still possible from that
angle. Put that off to another day...
@
text
@@
