kmalloc: Avoid code duplication.
[dragonfly.git] / test / stress / fsx / Makefile
blob3e07cb7408464510ae84d754cfcc10b49426135a
1 # $DragonFly: src/test/stress/fsx/Makefile,v 1.2 2004/05/07 18:04:46 dillon Exp $
4 PROG= /tmp/fsx
6 /tmp/fsx: fsx.c
7 $(CC) $(CFLAGS) ${.ALLSRC} -o ${.TARGET}
9 NOMAN= yes
11 .include <bsd.prog.mk>