--- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 874349c0..c611a9ea 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ lib-subdirs = libshouldbeinlibc libihash libiohelp libports \ # Hurd programs prog-subdirs = auth proc exec term \ ext2fs isofs tmpfs fatfs \ - storeio pflocal pfinet defpager mach-defpager \ + storeio pflocal defpager mach-defpager \ login daemons boot console \ hostmux usermux ftpfs trans \ console-client utils sutils libfshelp-tests \ @@ -48,6 +48,10 @@ prog-subdirs = auth proc exec term \ eth-multiplexer \ shutdown +ifneq ($(machine),x86_64) +prog-subdirs += pfinet +endif + ifeq ($(HAVE_LIBRUMP),yes) prog-subdirs += rumpdisk endif -- 2.40.1
- [PATCH 12/41] libps: Silence a warning Sergey Bugaev
- [PATCH 35/41] procfs: Port to x86_64 Sergey Bugaev
- [PATCH 41/41] Style tweaks Sergey Bugaev
- [PATCH 10/41] libpipe: Fix use-after-realloc Sergey Bugaev
- [PATCH 21/41] sutils: Port to x86_64 Sergey Bugaev
- [PATCH 26/41] boot: Fix use-after-realloc Sergey Bugaev
- [PATCH 29/41] pflocal: Port to x86_64 Sergey Bugaev
- [PATCH 20/41] elfcore: Add support for saving x86_64 registe... Sergey Bugaev
- [PATCH 27/41] boot: Port to x64_64 Sergey Bugaev
- [PATCH 23/41] storeio: Port to x86_64 Sergey Bugaev
- [PATCH 40/41] Disable Linux-based pfinet on x86_64 Sergey Bugaev
- [PATCH 19/41] exec: Port to x86_64 Sergey Bugaev
- [PATCH 24/41] devnode: Port to x86_64 Sergey Bugaev
- [PATCH 25/41] daemons: Port to x86_64 Sergey Bugaev
- [PATCH 30/41] startup: Port to x86_64 Sergey Bugaev
- [PATCH 36/41] term: Port to x86_64 Sergey Bugaev
- [PATCH 39/41] Look for mach_i386 in mach/machine/ Sergey Bugaev
- [PATCH 18/41] proc: Fix use-after-realloc Sergey Bugaev
- [PATCH 06/41] libtrivfs: Port to x86_64 Sergey Bugaev
- [PATCH 28/41] eth-multiplexer: Port to x86_64 Sergey Bugaev
- [PATCH 16/41] auth: Port to x86_64 Sergey Bugaev