mirror of
https://github.com/opnsense/src.git
synced 2026-03-21 10:20:09 -04:00
6 lines
130 B
Makefile
6 lines
130 B
Makefile
LEVEL = ../../../make
|
|
|
|
OBJC_SOURCES := static.m
|
|
LDFLAGS = $(CFLAGS) -lobjc -framework Foundation
|
|
|
|
include $(LEVEL)/Makefile.rules
|