head	1.2;
access;
symbols
	LTP_20031204:1.1.1.1 LINUX_TEST_PROJECT:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2003.12.31.15.32.26;	author mtm;	state Exp;
branches;
next	1.1;

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

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


desc
@@


1.2
log
@Small tweaks to make the nfs tests compile on FreeBSD.
@
text
@# $FreeBSD$

CFLAGS += -O -w -g
LDLIBS := -lc_r

SRCS=$(wildcard *.c)
TARGETS=$(patsubst %.c,%,$(SRCS))

all: $(TARGETS)

install:
	ln -f nfsstress ../../../bin

clean:
	rm -f $(TARGETS)
@


1.1
log
@Initial revision
@
text
@d1 2
d4 1
a4 1
LDLIBS := -lpthread
@


1.1.1.1
log
@Initial import of the Linux Test Project (http://ltp.sourceforge.net).

This import is minus the Posix test suite, which will be imported separately,
and the HPI suite, which doesn't concern us.
@
text
@@
