10 lines
72 B
Makefile
10 lines
72 B
Makefile
# $FreeBSD$
|
|
#
|
|
PROG=msg
|
|
SRCS= msg.c
|
|
NOMAN=yes
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|