Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 2003/05/18 07:57:40 lukem Exp $
2
3PROG=	sunlabel
4MAN=	sunlabel.8
5
6LDADD+=	-ltermcap
7.ifndef HOSTPROG
8DPADD+=	${LIBTERMCAP}
9
10DPADD+=	${LIBUTIL}
11LDADD+=	-lutil
12.endif
13
14.include <bsd.prog.mk>
15