mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
18 lines
230 B
Makefile
18 lines
230 B
Makefile
# $FreeBSD$
|
|
|
|
LIBCDIR= ${.CURDIR}/../../../../lib/libc
|
|
|
|
.PATH: ${LIBCDIR}/gen ${LIBCDIR}/stdio
|
|
|
|
LIB= cc_fbsd
|
|
NOPROFILE= YES
|
|
NOPIC= YES
|
|
|
|
SRCS= getobjformat.c mktemp.c
|
|
|
|
CFLAGS+= -D_open=open
|
|
|
|
install:
|
|
@true
|
|
|
|
.include <bsd.lib.mk>
|