diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-08 19:53:03 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-08 19:53:03 +0000 |
commit | fec978309ebbf441687523e493a8c637f248e850 (patch) | |
tree | 5670d5365960c60f36959b9faaaf54c992d69b7e /hurd/Makefile | |
parent | a0a3f33b7b472ad37b66a826c967a96f19f17bcc (diff) |
Formerly Makefile.~13~
Diffstat (limited to 'hurd/Makefile')
-rw-r--r-- | hurd/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hurd/Makefile b/hurd/Makefile index 5d2e2a42..7f509859 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -16,10 +16,12 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. dir := hurd -include ../Makeconf -DIST_FILES = ChangeLog Makefile *.defs subsystems $(HDRS) +makemode := misc + +DIST_FILES = *.defs subsystems +LCLHDRS = hurd_types.h ioctl_types.h paths.h shared.h version.h -HDRS = hurd_types.h ioctl_types.h paths.h shared.h version.h +include ../Makeconf # XXX This should be done by the individual libraries' install targets XXX REMHDRS = ../libioserver/ioserver.h \ |