8 lines
74 B
Makefile
8 lines
74 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= msocket
|
|
NO_MAN=
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|