Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2003/03/13 04:50:53 thorpej Exp $
2
3PROG=	sunlabel
4MAN=	sunlabel.8
5
6LDADD+=	-ltermcap
7DPADD+=	${LIBTERMCAP}
8
9.ifndef HOSTPROG
10DPADD+=	${LIBUTIL}
11LDADD+=	-lutil
12.include <bsd.prog.mk>
13.endif
14