xref: /netbsd-src/usr.sbin/sunlabel/Makefile (revision 4817a0b0b8fe9612e8ebe21a9bf2d97b95038a97)
1#	$NetBSD: Makefile,v 1.7 2010/02/03 15:34:47 roy Exp $
2
3PROG=	sunlabel
4MAN=	sunlabel.8
5
6.ifndef HOSTPROG
7LDADD+=	-lterminfo
8DPADD+=	${LIBTERMINFO}
9
10DPADD+=	${LIBUTIL}
11LDADD+=	-lutil
12.endif
13
14.include <bsd.prog.mk>
15