NetBSD/usr.sbin/sunlabel/Makefile

15 lines
213 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 2003/11/12 02:17:53 matt Exp $
2002-01-10 19:24:41 +03:00
PROG= sunlabel
2002-01-15 03:57:27 +03:00
MAN= sunlabel.8
2002-01-10 19:24:41 +03:00
.ifndef HOSTPROG
LDADD+= -ltermcap
DPADD+= ${LIBTERMCAP}
2002-01-10 19:24:41 +03:00
DPADD+= ${LIBUTIL}
LDADD+= -lutil
2002-01-10 19:24:41 +03:00
.endif
.include <bsd.prog.mk>