diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-03-17 21:59:52 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-03-17 21:59:52 +0000 |
commit | 734ae38b98fa79328c2af5efcb46eb6941ccaf0c (patch) | |
tree | d1dbe39fe14398b0b3244d47b8cd496c8884cdd1 /Makefile | |
parent | f24e60f1343c74beab961009ea4c545c805858e3 (diff) | |
download | hurd-734ae38b98fa79328c2af5efcb46eb6941ccaf0c.tar.gz hurd-734ae38b98fa79328c2af5efcb46eb6941ccaf0c.tar.bz2 hurd-734ae38b98fa79328c2af5efcb46eb6941ccaf0c.zip |
1999-03-17 Gordon Matzigkeit <gord@trick.fig.org>
* Makefile (other-subdirs): Add the debian directory.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ prog-subdirs = auth proc exec init term \ benchmarks fstests # Other directories -other-subdirs = hurd doc config release include +other-subdirs = hurd doc config release include debian # All the subdirectories together subdirs = $(lib-subdirs) $(prog-subdirs) $(other-subdirs) |