mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 04:10:49 -05:00
8 lines
143 B
Makefile
8 lines
143 B
Makefile
LEVEL = ../../../make
|
|
|
|
DYLIB_CXX_SOURCES := plugin.cpp
|
|
DYLIB_NAME := plugin
|
|
DYLIB_ONLY := YES
|
|
MAKE_DSYM := NO
|
|
|
|
include $(LEVEL)/Makefile.rules
|