Merge from vendor branch GDB:
[dragonfly.git] / sbin / mountctl / Makefile
1 #
2 # $DragonFly: src/sbin/mountctl/Makefile,v 1.2 2006/10/17 00:55:42 pavalos Exp $
3
4 PROG=   mountctl
5 SRCS=   mountctl.c
6 MAN=    mountctl.8
7 WARNS?= 1
8
9 .include <bsd.prog.mk>