mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
10 lines
144 B
Makefile
10 lines
144 B
Makefile
|
|
.PATH: ${.CURDIR:H}/common
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
CFLAGS+= -fno-omit-frame-pointer
|
|
|
|
CRT1SRC= crt1_s.S
|
|
CRT1OBJ= crt1_c.o
|
|
|
|
.include <bsd.lib.mk>
|