aboutsummaryrefslogtreecommitdiff
path: root/rp/Makefile.in
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-04-06 23:55:37 +0000
committerRob Austein <sra@hactrn.net>2014-04-06 23:55:37 +0000
commitcc30a7ed3c710c6082df2f2079e3012b17161352 (patch)
treee1d779eecd13d026236f588eead6a7a030bc801c /rp/Makefile.in
parentfe0bf509f528dbdc50c7182f81057c6a4e15e4bd (diff)
Start whacking Makefiles
svn path=/branches/tk685/; revision=5758
Diffstat (limited to 'rp/Makefile.in')
-rw-r--r--rp/Makefile.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rp/Makefile.in b/rp/Makefile.in
new file mode 100644
index 00000000..ceeef9f1
--- /dev/null
+++ b/rp/Makefile.in
@@ -0,0 +1,9 @@
+# $Id$
+
+SUBDIRS = rcynic rtr-origin utils
+
+all clean test distclean install deinstall uninstall::
+ @for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && ${MAKE} $@); done
+
+distclean::
+ rm -f Makefile