15 lines
187 B
Makefile
15 lines
187 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.include <src.opts.mk>
|
||
|
|
||
|
.include "../Makefile.inc"
|
||
|
|
||
|
LIBSTAND_SRC= ${SASRC}
|
||
|
LIBC_SRC= ${SRCTOP}/lib/libc
|
||
|
INTERNALLIB=
|
||
|
INCS=
|
||
|
MAN=
|
||
|
.PATH: ${SASRC}
|
||
|
|
||
|
.include "${SASRC}/Makefile"
|