NetBSD/usr.bin/tset/Makefile

14 lines
289 B
Makefile
Raw Normal View History

1997-10-14 06:07:55 +04:00
# $NetBSD: Makefile,v 1.4 1997/10/14 02:07:55 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/9/93
1993-04-09 16:58:42 +04:00
1997-10-14 06:07:55 +04:00
WARNS?= 1
1993-04-09 16:58:42 +04:00
PROG= tset
SRCS= map.c misc.c set.c term.c tset.c wrterm.c
DPADD= ${LIBTERMCAP}
LDADD= -ltermcap
LINKS= ${BINDIR}/tset ${BINDIR}/reset
MLINKS= tset.1 reset.1
.include <bsd.prog.mk>