src/sbin/tunefs/Makefile

9 lines
142 B
Makefile

# $OpenBSD: Makefile,v 1.4 2007/05/02 14:39:12 otto Exp $
PROG= tunefs
MAN= tunefs.8
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>