mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
9 lines
100 B
Makefile
9 lines
100 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG=unix_seqpacket_exercise
|
|
CFLAGS+=-Wall -Werror
|
|
NO_MAN=
|
|
|
|
.include <bsd.prog.mk>
|