Merge from vendor branch CVS:
[dragonfly.git] / test / stress / fsx / Makefile
1 # $DragonFly: src/test/stress/fsx/Makefile,v 1.2 2004/05/07 18:04:46 dillon Exp $
2 #
3
4 PROG=   /tmp/fsx
5
6 /tmp/fsx: fsx.c
7         $(CC) $(CFLAGS) ${.ALLSRC} -o ${.TARGET}
8
9 NOMAN=  yes
10
11 .include <bsd.prog.mk>