fix previous to actually pay attention to the unit number.
[netbsd-mini2440.git] / usr.bin / tset / Makefile
blob9e08ba0597e8593367db76fac35bb2cf113c006f
1 # $NetBSD: Makefile,v 1.4 1997/10/14 02:07:55 lukem Exp $
2 # @(#)Makefile 8.1 (Berkeley) 6/9/93
4 PROG= tset
5 SRCS= map.c misc.c set.c term.c tset.c wrterm.c
7 DPADD= ${LIBTERMCAP}
8 LDADD= -ltermcap
9 LINKS= ${BINDIR}/tset ${BINDIR}/reset
10 MLINKS= tset.1 reset.1
12 .include <bsd.prog.mk>