NetBSD/usr.sbin/sunlabel/Makefile
lukem 826a14607a Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),
there's no need to special-case .include-ing it.
2003-05-18 07:57:31 +00:00

15 lines
214 B
Makefile

# $NetBSD: Makefile,v 1.5 2003/05/18 07:57:40 lukem Exp $
PROG= sunlabel
MAN= sunlabel.8
LDADD+= -ltermcap
.ifndef HOSTPROG
DPADD+= ${LIBTERMCAP}
DPADD+= ${LIBUTIL}
LDADD+= -lutil
.endif
.include <bsd.prog.mk>