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