xref: /openbsd/sbin/tunefs/Makefile (revision 7b36286a)
1#	$OpenBSD: Makefile,v 1.4 2007/05/02 14:39:12 otto Exp $
2
3PROG=	tunefs
4MAN=	tunefs.8
5DPADD=	${LIBUTIL}
6LDADD=	-lutil
7
8.include <bsd.prog.mk>
9