8 lines
141 B
Makefile
8 lines
141 B
Makefile
# $NetBSD: Makefile,v 1.4 1997/08/01 04:33:03 mikel Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= mesg
|
|
WARNS?= 1
|
|
|
|
.include <bsd.prog.mk>
|