[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.5, Sat Jul 25 19:27:37 1998 UTC (25 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.4: +3 -3 lines

link with old curses for now, ncurses tgetent does not fill in the buffer

#	$OpenBSD: Makefile,v 1.5 1998/07/25 19:27:37 millert Exp $

PROG=	tset
SRCS=	map.c misc.c set.c term.c tset.c wrterm.c

DPADD=	${LIBOLDCURSES}
LDADD=	-locurses
LINKS=	${BINDIR}/tset ${BINDIR}/reset
MLINKS=	tset.1 reset.1

.include <bsd.prog.mk>