aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index c611a9ea..874349c0 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 defpager mach-defpager \
+ storeio pflocal pfinet defpager mach-defpager \
login daemons boot console \
hostmux usermux ftpfs trans \
console-client utils sutils libfshelp-tests \
@@ -48,10 +48,6 @@ 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