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

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

Revision 1.2, Sun Jun 2 05:54:36 1996 UTC (28 years ago) by tholo
Branch: MAIN
Changes since 1.1: +2 -2 lines

Always use -ltermlib when linking with -lcurses
Be consistent in use of LIBTERMCAP and LIBTERMLIB when depending

#	$NetBSD: Makefile,v 1.6 1995/09/28 06:57:37 tls Exp $
#	@(#)Makefile	8.2 (Berkeley) 4/28/95

PROG=	msgs
DPADD=	${LIBTERMCAP}
LDADD=	-ltermcap

.include <bsd.prog.mk>