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
8 fsstress.c
: global.h xfscompat.h
10 /tmp
/fsstress
: fsstress.c
11 $(CC
) $(CFLAGS
) ${.ALLSRC
} -o
${.TARGET
}
14 rm -f fsstress.o
/tmp
/fsstress fsstress.core fsstress-1.00.tgz
17 tar czf fsstress-1.00.tgz
$(FILES
)