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