[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / tset

File: [local] / src / usr.bin / tset / Makefile (download)

Revision 1.3, Sun Sep 21 11:51:24 1997 UTC (26 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.2: +1 -2 lines

$OpenBSD$

#	$OpenBSD: Makefile,v 1.3 1997/09/21 11:51:24 deraadt Exp $

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>