Makefile revision 1.3
11.3Sthorpej# $NetBSD: Makefile,v 1.3 2003/03/13 04:50:53 thorpej Exp $ 21.1Smrg 31.1SmrgPROG= sunlabel 41.2SwizMAN= sunlabel.8 51.1Smrg 61.3SthorpejLDADD+= -ltermcap 71.3SthorpejDPADD+= ${LIBTERMCAP} 81.1Smrg 91.1Smrg.ifndef HOSTPROG 101.3SthorpejDPADD+= ${LIBUTIL} 111.3SthorpejLDADD+= -lutil 121.1Smrg.include <bsd.prog.mk> 131.1Smrg.endif 14