summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 65ef4b62..5b136f56 100644
--- a/Makefile
+++ b/Makefile
@@ -19,16 +19,16 @@ dir := .
include Makeconf
-LIB_SUBDIRS = libioserver libports
-PROG_SUBDIRS = auth boot exec fstests hello ifsock init mkbootfs proc term \
- ufs init.trim
+LIB_SUBDIRS = libioserver libports libpager
+PROG_SUBDIRS = auth boot exec fstests hello ifsock init init.trim mkbootfs \
+ proc term tmpfs ufs
OTHER_SUBDIRS = hurd i386
SUBDIRS = $(LIB_SUBDIRS) $(PROG_SUBDIRS) $(OTHER_SUBDIRS)
DIST_FILES = COPYING Makeconf Makefile README NEWS
all:
- @echo 'Can't make all yet.'
+ @echo Can\'t make all yet.
%-lndist: hurd-snap
make -C $* lndist