xref: /dragonfly/sbin/mountctl/Makefile (revision 0ca59c34)
1#
2# $DragonFly: src/sbin/mountctl/Makefile,v 1.3 2008/02/05 20:49:50 dillon Exp $
3
4PROG=	mountctl
5SRCS=	mountctl.c
6MAN=	mountctl.8
7
8.include <bsd.prog.mk>
9