xref: /netbsd-src/sys/arch/sgimips/stand/sgivol/Makefile (revision d357be24747d1e85764ef49f03649d43605a0845)
1#	$NetBSD: Makefile,v 1.6 2005/12/23 03:28:10 ginsbach Exp $
2
3NOMAN=	# defined
4
5PROG=	sgivol
6.if (${HOSTPROG:U} == "")
7DPADD+=	${LIBUTIL}
8LDADD+=	-lutil
9.endif
10
11WARNS=	2
12
13.include <bsd.prog.mk>
14