stand: Install libsa.3

Turns out there is a libsa.3. It's a bit out of date, but we reference
it in a number of places so we should install it. We need to do the DO32
dance because this Makefile is included twice and we don't want it
installing twice.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2022-04-30 12:51:19 -06:00
parent f9f42a709b
commit 70b5c4ff48

View File

@ -191,4 +191,8 @@ SRCS+= explicit_bzero.c crc32_libkern.c
.include "${SASRC}/zfs/Makefile.inc"
.endif
.if ${DO32:U0} == 0
MAN=libsa.3
.endif
.include <bsd.lib.mk>