Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2011 18:52:51 GMT
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 200710 for review
Message-ID:  <201110251852.p9PIqppd086634@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@200710?ac=10

Change 200710 by csjp@hvm02 on 2011/10/25 18:52:22

	Remove crypto code from the build, this code is not ready yet.

Affected files ...

.. //depot/projects/trustedbsd/netauditd/Makefile#8 edit

Differences ...

==== //depot/projects/trustedbsd/netauditd/Makefile#8 (text+ko) ====

@@ -1,7 +1,7 @@
 CC = gcc
 CFLAGS = -Wall -g
 TARGETS = netauditd
-OBJ = conf.o crypto_common.o crypto_client.o lex.yy.o netauditd.o reader.o y.tab.o writer.o
+OBJ = conf.o lex.yy.o netauditd.o reader.o y.tab.o writer.o
 
 all: $(TARGETS)
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110251852.p9PIqppd086634>