Improve the customizeiso step to allow restarts
[dragonfly.git] / sbin / mount_hammer / Makefile
1 #
2 # $DragonFly: src/sbin/mount_hammer/Makefile,v 1.1 2007/10/10 19:35:19 dillon Exp $
3
4 PROG=   mount_hammer
5 SRCS=   mount_hammer.c getmntopts.c
6 MAN=    mount_hammer.8
7
8 MOUNT=  ${.CURDIR}/../mount
9 CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
10 .PATH:  ${MOUNT}
11
12 .include <bsd.prog.mk>