Add Makefile in toplevel directory.

This commit is contained in:
Petter Reinholdtsen 2009-11-14 21:31:20 +00:00
parent 0088601eef
commit bb3ff476da
2 changed files with 3 additions and 0 deletions

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
all install clean distclean:
$(MAKE) -C src $@

View File

@ -10,6 +10,7 @@ sysvinit (2.88dsf) UNRELEASED; urgency=low
* Add casts to get rid of compiler warning about signed/unsigned issues.
* Change tty handling in init to make sure the UTF-8 flag is not cleared
on boot. Patch from Samuel Thibault.
* Add Makefile in toplevel directory.
-- Petter Reinholdtsen <pere@hungry.com> Sun, 12 Jul 2009 19:58:10 +0200