From fce5b49d3018043a932a95e3749e0f75dba16ecb Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 13 Oct 2004 15:29:23 +0000 Subject: [PATCH] - add proper to build - add dependency on kernel and proper to ulogd build --- Makefile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a785f7a..827068d4 100644 --- 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 # -- 2.47.0