rc: Move stop_boot() from rc.d/fsck to rc.subr and improve it
[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 BINDIR= /tmp
5 PROG=   fsx
6 SRCS=   fsx.c
7
8 NOMAN=  yes
9
10 .include <bsd.prog.mk>