xref: /netbsd/usr.sbin/sunlabel/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.2 2002/01/15 00:57:27 wiz Exp $
2
3PROG=	sunlabel
4MAN=	sunlabel.8
5
6LDADD+=	-ltermcap -lutil
7DPADD+=	${LIBTERMCAP} ${LIBUTIL}
8
9.ifndef HOSTPROG
10.include <bsd.prog.mk>
11.endif
12