mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
11 lines
144 B
Makefile
11 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>
|