xref: /dragonfly/sbin/badsect/Makefile (revision 49781055)
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD: src/sbin/badsect/Makefile,v 1.2.14.1 2001/04/25 10:58:12 ru Exp $
3# $DragonFly: src/sbin/badsect/Makefile,v 1.3 2005/02/13 19:22:42 cpressey Exp $
4
5PROG=	badsect
6WARNS?=	6
7MAN=	badsect.8
8
9.include <bsd.prog.mk>
10