9 lines
189 B
Makefile
9 lines
189 B
Makefile
# from: @(#)Makefile 5.8 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.5 1994/05/23 05:32:40 cgd Exp $
|
|
|
|
PROG= msgs
|
|
DPADD= ${LIBTERM} ${LIBCOMPAT}
|
|
LDADD= -ltermlib -lcompat
|
|
|
|
.include <bsd.prog.mk>
|