mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
11 lines
137 B
Makefile
11 lines
137 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= io
|
|
SHLIB_MAJOR= 1
|
|
SRCS= io.c swiz.c bwx.c alpha_sethae.c
|
|
|
|
CFLAGS+= -Wall -Wa,-mev56
|
|
|
|
NOMAN=1
|
|
|
|
.include <bsd.lib.mk>
|