Revision d902a899f496e18925d2664ccd9cef7d671945d2 authored by Ken Smith on 23 January 2010, 15:28:18 UTC, committed by Ken Smith on 23 January 2010, 15:28:18 UTC
1 parent 09e9aef
Raw File
Makefile
#	From: @(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

PROG=	msgs
WARNS?=	6
DPADD=	${LIBTERMCAP}
LDADD=	-ltermcap

.include <bsd.prog.mk>
back to top