mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
11 lines
177 B
Makefile
11 lines
177 B
Makefile
LEVEL := ../../../make
|
|
|
|
LIB_PREFIX := loadunload_
|
|
|
|
DYLIB_NAME := $(LIB_PREFIX)d
|
|
DYLIB_CXX_SOURCES := d.cpp
|
|
DYLIB_ONLY := YES
|
|
|
|
CXXFLAGS += -fPIC
|
|
|
|
include $(LEVEL)/Makefile.rules
|