- add proper to build
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 13 Oct 2004 15:29:23 +0000 (15:29 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 13 Oct 2004 15:29:23 +0000 (15:29 +0000)
- add dependency on kernel and proper to ulogd build

Makefile

index 5a785f7..827068d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@
 # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
-# $Id: Makefile,v 1.50 2004/10/11 19:18:13 mlhuang Exp $
+# $Id: Makefile,v 1.51 2004/10/11 21:19:45 mef Exp $
 #
 
 # Default target
@@ -288,6 +288,17 @@ resman-MODULE := resman
 resman-SPEC := resman/resman.spec
 ALL += resman
 
+#
+# Proper: Privileged Operations Service
+#
+
+proper-CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs
+proper-INITIAL := HEAD
+proper-TAG := HEAD
+proper-MODULE := proper
+proper-SPEC := proper/proper.spec
+ALL += proper
+
 #
 # ulogd
 #
@@ -299,6 +310,8 @@ ulogd-MODULE := ulogd
 ulogd-SPEC := ulogd/ulogd.spec
 ALL += ulogd
 
+ulogd: kernel proper
+
 #
 # netflow and netsummary
 #