mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
9 lines
111 B
Makefile
9 lines
111 B
Makefile
|
|
.PATH: ${.CURDIR:H}/common
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
CRT1SRC= crt1_s.S
|
|
CRT1OBJ= crt1_c.o
|
|
|
|
.include <bsd.lib.mk>
|