Deleted Added
full compact
Makefile (344373) Makefile (344377)
1# $FreeBSD: stable/11/stand/libsa/Makefile 344373 2019-02-20 18:44:09Z kevans $
1# $FreeBSD: stable/11/stand/libsa/Makefile 344377 2019-02-20 19:13:09Z kevans $
2# Originally from $NetBSD: Makefile,v 1.21 1997/10/26 22:08:38 lukem Exp $
3#
4# Notes:
5# - We don't use the libc strerror/sys_errlist because the string table is
6# quite large.
7#
8
9.include <bsd.init.mk>

--- 136 unchanged lines hidden (view full) ---

146.PATH: ${SYSDIR}/libkern
147SRCS+= explicit_bzero.c
148
149# Maybe GELI
150.if ${MK_LOADER_GELI} == "yes"
151.include "${SASRC}/geli/Makefile.inc"
152.endif
153
2# Originally from $NetBSD: Makefile,v 1.21 1997/10/26 22:08:38 lukem Exp $
3#
4# Notes:
5# - We don't use the libc strerror/sys_errlist because the string table is
6# quite large.
7#
8
9.include <bsd.init.mk>

--- 136 unchanged lines hidden (view full) ---

146.PATH: ${SYSDIR}/libkern
147SRCS+= explicit_bzero.c
148
149# Maybe GELI
150.if ${MK_LOADER_GELI} == "yes"
151.include "${SASRC}/geli/Makefile.inc"
152.endif
153
154# Maybe ZFS
155.if ${MK_ZFS} == "yes"
156.include "${SASRC}/zfs/Makefile.inc"
157.endif
158
154.include <bsd.lib.mk>
159.include <bsd.lib.mk>