mirror of
https://github.com/opnsense/src.git
synced 2026-03-30 22:45:13 -04:00
9 lines
86 B
Makefile
9 lines
86 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= yy
|
|
SHLIB_MAJOR= 1
|
|
|
|
SRCS= yy.c
|
|
CFLAGS+=-fpic
|
|
|
|
.include <bsd.lib.mk>
|