mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 20:01:13 -05:00
13 lines
210 B
Makefile
13 lines
210 B
Makefile
LEVEL := ../../make
|
|
|
|
LIB_PREFIX := loadunload_
|
|
|
|
DYLIB_EXECUTABLE_PATH := $(CURDIR)
|
|
|
|
DYLIB_NAME := $(LIB_PREFIX)d
|
|
DYLIB_CXX_SOURCES := d.cpp
|
|
DYLIB_ONLY := YES
|
|
|
|
CXXFLAGS += -fPIC
|
|
|
|
include $(LEVEL)/Makefile.rules
|