pkg_radd/pkg_search: add support for BINPKG_BASE
[dragonfly.git] / test / stress / fsstress / Makefile
blobc6c4a8830b1ccedbf6d9252278a35d4cf29fae80
1 # $DragonFly: src/test/stress/fsstress/Makefile,v 1.1 2004/05/07 17:51:02 dillon Exp $
3 CFLAGS= -g -DNO_XFS -I. -D_LARGEFILE64_SOURCE -Wall -Wstrict-prototypes
4 FILES= Makefile README fsstress.c global.h xfscompat.h dotest.sample
6 all: /tmp/fsstress
8 fsstress.c: global.h xfscompat.h
10 /tmp/fsstress: fsstress.c
11 $(CC) $(CFLAGS) ${.ALLSRC} -o ${.TARGET}
13 clean:
14 rm -f fsstress.o /tmp/fsstress fsstress.core fsstress-1.00.tgz
16 tar:
17 tar czf fsstress-1.00.tgz $(FILES)