1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
2001-10-27 08:30:36 +00:00
|
|
|
|
2017-01-20 03:52:16 +00:00
|
|
|
.PATH: ${.CURDIR:H}/common
|
1998-03-07 20:27:11 +00:00
|
|
|
|
2020-07-03 00:09:41 +00:00
|
|
|
CFLAGS+= -I${.CURDIR}
|
2018-10-13 23:52:55 +00:00
|
|
|
CFLAGS+= -fno-omit-frame-pointer -DCRT_IRELOC_RELA
|
2000-05-20 17:47:29 +00:00
|
|
|
|
1998-03-07 20:27:11 +00:00
|
|
|
.include <bsd.lib.mk>
|