1#	$NetBSD: Makefile,v 1.6 2003/11/12 02:17:53 matt 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