Hook up ascii.tmac for the tool build as well.
[netbsd-mini2440.git] / usr.sbin / sunlabel / Makefile
blob40936120464969523f11da3c453945327ad90747
1 # $NetBSD: Makefile,v 1.5 2003/05/18 07:57:40 lukem Exp $
3 PROG= sunlabel
4 MAN= sunlabel.8
6 .ifndef HOSTPROG
7 LDADD+= -ltermcap
8 DPADD+= ${LIBTERMCAP}
10 DPADD+= ${LIBUTIL}
11 LDADD+= -lutil
12 .endif
14 .include <bsd.prog.mk>