mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
libprocstat: extend zfs_defs hack for .pieo
By default _pie.a archives are built only for INTERNALLIBs, so there is usually no need for zfs_defs.pieo to exist. However, some experimental work builds _pie.a archives for everything. Extend the existing set of zfs_defs hacks to build zfs_defs.pieo as well. Reviewed by: arichardson MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D31924
This commit is contained in:
parent
e76786909c
commit
b9df18d6e8
@ -64,6 +64,8 @@ zfs/zfs_defs.o: .PHONY
|
||||
@cd ${.CURDIR}/zfs && ${MAKE} zfs_defs.o
|
||||
zfs/zfs_defs.pico: .PHONY
|
||||
@cd ${.CURDIR}/zfs && ${MAKE} zfs_defs.pico
|
||||
zfs/zfs_defs.pieo: .PHONY
|
||||
@cd ${.CURDIR}/zfs && ${MAKE} zfs_defs.pieo
|
||||
zfs/zfs_defs.po: .PHONY
|
||||
@cd ${.CURDIR}/zfs && ${MAKE} zfs_defs.po
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user