Home | History | Annotate | Line # | Download | only in sunlabel
Makefile revision 1.6
      1 #	$NetBSD: Makefile,v 1.6 2003/11/12 02:17:53 matt Exp $
      2 
      3 PROG=	sunlabel
      4 MAN=	sunlabel.8
      5 
      6 .ifndef HOSTPROG
      7 LDADD+=	-ltermcap
      8 DPADD+=	${LIBTERMCAP}
      9 
     10 DPADD+=	${LIBUTIL}
     11 LDADD+=	-lutil
     12 .endif
     13 
     14 .include <bsd.prog.mk>
     15