aboutsummaryrefslogtreecommitdiff
path: root/rp/Makefile.in
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-04-07 21:25:15 +0000
committerRob Austein <sra@hactrn.net>2014-04-07 21:25:15 +0000
commit440687c9d13a28b902bd9594f88eea6f42be686e (patch)
treed239056a195315c9c55b3c67103f9b1771aab0c2 /rp/Makefile.in
parent8f81bbe3c5f76eda26bea1cf4b455de8faec0449 (diff)
Whack test code to work with new tree, fix relaxng.py.
svn path=/branches/tk685/; revision=5765
Diffstat (limited to 'rp/Makefile.in')
-rw-r--r--rp/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rp/Makefile.in b/rp/Makefile.in
index ceeef9f1..2c770a46 100644
--- a/rp/Makefile.in
+++ b/rp/Makefile.in
@@ -1,6 +1,6 @@
# $Id$
-SUBDIRS = rcynic rtr-origin utils
+SUBDIRS = rcynic rpki-rtr utils
all clean test distclean install deinstall uninstall::
@for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && ${MAKE} $@); done