git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@276 e5f2f494-b856-4b98-b285-d166d9295462
@@ -1 +1 @@
-SUBDIRS = parkinglot host
+SUBDIRS = parkinglot host msgq
@@ -24,6 +24,8 @@ CFLAGS += `isc-config.sh --cflags isc`
ISC_LIBS += `isc-config.sh --libs isc`
+all: msgq
+
msgq: ${OBJS}
${CC} -o msgq ${OBJS} ${ISC_LIBS}