diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index 20b0ef5a..96571de3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,10 +1,6 @@ # $Id$ -# This top-level Makefile doesn't really need to be run through -# autoconf at all yet, but the need to run ./configure is more obvious -# if there's no Makefile at the top.... - -SUBDIRS = openssl rcynic utils pow rpkid +SUBDIRS = @TOP_LEVEL_SUBDIRS@ all install clean test: @for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && ${MAKE} $@); done |