diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-25 22:14:18 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-25 22:14:18 +0000 |
commit | c6b3c027470d94c7856a3d53f4c2296caab373fa (patch) | |
tree | 5862a52d63b9688f6eccbdba29c8da790f373d1f | |
parent | d78ed471b94e34c2547cd2ecd64ec4870c84d99a (diff) |
Formerly Makefile.~17~
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,11 +21,11 @@ include Makeconf LIB_SUBDIRS = libioserver libports libpager libfshelp libdiskfs libtrivfs PROG_SUBDIRS = auth boot exec fstests hello ifsock init init.trim mkbootfs \ - proc term tmpfs ufs + proc term tmpfs ufs pflocal OTHER_SUBDIRS = hurd i386 SUBDIRS = $(LIB_SUBDIRS) $(PROG_SUBDIRS) $(OTHER_SUBDIRS) -DIST_FILES = COPYING Makeconf Makefile README NEWS +DIST_FILES = COPYING Makeconf Makefile Maketools README NEWS all: @echo Can\'t make all yet. |