mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
10 lines
84 B
Makefile
10 lines
84 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= aio_kqueue
|
|
MAN=
|
|
|
|
WARNS?= 6
|
|
|
|
SUBDIR+= lio
|
|
|
|
.include <bsd.prog.mk>
|