xref: /freebsd/sbin/dumpon/Makefile (revision 39beb93c)
1# $FreeBSD$
2
3PROG=	dumpon
4WARNS?=	6
5MAN=	dumpon.8
6
7.include <bsd.prog.mk>
8