HAMMER VFS - Correct seriuos bug in hammer rebalancing code
[dragonfly.git] / sbin / mount_tmpfs / Makefile
blobc84942f926c09bf98d681456fae915af03660773
2 # $DragonFly: src/sbin/mount_hammer/Makefile,v 1.1 2007/10/10 19:35:19 dillon Exp $
4 PROG= mount_tmpfs
5 SRCS= mount_tmpfs.c getmntopts.c
6 MAN= mount_tmpfs.8
7 LDADD+= -lutil
9 MOUNT= ${.CURDIR}/../mount
10 CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
11 .PATH: ${MOUNT}
13 .include <bsd.prog.mk>