Home | History | Annotate | Line # | Download | only in tset
      1 #	$NetBSD: Makefile,v 1.7 2012/04/21 12:27:30 roy Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/9/93
      3 
      4 PROG=	tset
      5 SRCS=	map.c misc.c set.c term.c tset.c
      6 
      7 DPADD=	${LIBTERMINFO}
      8 LDADD=	-lterminfo
      9 LINKS=	${BINDIR}/tset ${BINDIR}/reset
     10 MLINKS=	tset.1 reset.1
     11 
     12 .include <bsd.prog.mk>
     13