Merge branches 'hammer2' and 'master' of ssh://crater.dragonflybsd.org/repository...
[dragonfly.git] / sbin / mountctl / Makefile
1 #
2 # $DragonFly: src/sbin/mountctl/Makefile,v 1.3 2008/02/05 20:49:50 dillon Exp $
3
4 PROG=   mountctl
5 SRCS=   mountctl.c
6 MAN=    mountctl.8
7
8 .include <bsd.prog.mk>