mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
9 lines
93 B
Makefile
9 lines
93 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= unix_seqpacket
|
|
CFLAGS+= -Wall -Werror
|
|
NO_MAN=
|
|
|
|
.include <bsd.prog.mk>
|