diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-20 21:39:59 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-20 21:39:59 +0000 |
commit | 07ba8d07adff45525c945181c4280cdd8529aae1 (patch) | |
tree | 41d98c88b1ed1e988b4b74a6d796aba47cf5755f | |
parent | 4b20f64882ac0970b2750c101a85191e2820f46e (diff) |
Formerly Makefile.~11~
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |