diff options
Diffstat (limited to 'sys/boot/libsa/Makefile')
-rw-r--r-- | sys/boot/libsa/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/boot/libsa/Makefile b/sys/boot/libsa/Makefile new file mode 100644 index 000000000000..5b7397936c10 --- /dev/null +++ b/sys/boot/libsa/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +.include <src.opts.mk> + +.include "../Makefile.inc" + +LIBSTAND_SRC= ${SASRC} +LIBC_SRC= ${SRCTOP}/lib/libc +INTERNALLIB= +INCS= +MAN= +.PATH: ${SASRC} + +.include "${SASRC}/Makefile" |