mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
7 lines
74 B
Makefile
7 lines
74 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= msocket
|
|
NO_MAN=
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|