9 lines
184 B
Makefile
9 lines
184 B
Makefile
# from: @(#)Makefile 5.8 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.3 1993/07/31 15:18:42 mycroft Exp $
|
|
|
|
PROG= msgs
|
|
DPADD= ${LIBTERM} ${LIBCOMPAT}
|
|
LDADD= -ltermlib
|
|
|
|
.include <bsd.prog.mk>
|