diff options
author | 2021-02-27 16:23:41 +0000 | |
---|---|---|
committer | 2021-02-27 16:23:41 +0000 | |
commit | 3b3db53d20c0e7f69c285307d5832d5dee772533 (patch) | |
tree | 73231be348e13498f3810bfed04c4ff94427eb56 | |
parent | Add apldart(4), a driver for the IOMMU on Apple M1 SoCs. (diff) | |
download | wireguard-openbsd-3b3db53d20c0e7f69c285307d5832d5dee772533.tar.xz wireguard-openbsd-3b3db53d20c0e7f69c285307d5832d5dee772533.zip |
aplpcie(4)
-rw-r--r-- | share/man/man4/man4.arm64/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/man4.arm64/Makefile b/share/man/man4/man4.arm64/Makefile index 66bf0e3f7ac..c6413a4190b 100644 --- a/share/man/man4/man4.arm64/Makefile +++ b/share/man/man4/man4.arm64/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.12 2021/02/23 23:52:40 deraadt Exp $ +# $OpenBSD: Makefile,v 1.13 2021/02/27 16:23:41 kettenis Exp $ -MAN= agtimer.4 ampintc.4 apldog.4 aplintc.4 apm.4 efi.4 intro.4 smbios.4 +MAN= agtimer.4 ampintc.4 apldog.4 aplintc.4 aplpcie.4 apm.4 \ + efi.4 intro.4 smbios.4 MANSUBDIR=arm64 |