diff options
| author | riastradh <riastradh@NetBSD.org> | 2023-05-13 10:56:08 +0000 |
|---|---|---|
| committer | riastradh <riastradh@NetBSD.org> | 2023-05-13 10:56:08 +0000 |
| commit | f147c0558f2047bcf6c602468d89cd798d43fbb3 (patch) | |
| tree | f2672acd48be0b069733db44f4f53f84a757904a /compat/exec.mk | |
| parent | 6b91a4e1d350a8a24ea9d0327286164e3e18c5f2 (diff) | |
compat: Nix trailing whitespace.
No functional change intended.
Diffstat (limited to 'compat/exec.mk')
| -rw-r--r-- | compat/exec.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compat/exec.mk b/compat/exec.mk index a1c604b4e82..f315859b234 100644 --- a/compat/exec.mk +++ b/compat/exec.mk @@ -1,4 +1,4 @@ -# $NetBSD: exec.mk,v 1.6 2021/05/31 02:10:37 simonb Exp $ +# $NetBSD: exec.mk,v 1.7 2023/05/13 10:56:08 riastradh Exp $ # this makefile fragment can be included to modify the default # ABI a program is compiled with. this is designed to be used @@ -7,7 +7,7 @@ # currently this file is used by these Makefiles: # -# external/bsd/ipf/Makefile.inc +# external/bsd/ipf/Makefile.inc # sbin/savecore/Makefile # usr.bin/fstat/Makefile # usr.bin/netstat/Makefile @@ -25,7 +25,7 @@ # anyone who needs kvm-access on crash dumps can build their # own 64 bit version as necessary. ipfilter doesn't use # 64-bit alignment/size safe structures. -# +# # mips64 defaults to 32 bit userland, but with a 64 bit kernel # most kvm-using tools are happier with 64 bit. |
