From 47cd6e2beea69604d2753fd7ad5dc4991a44940a Mon Sep 17 00:00:00 2001 From: rwatson Date: Sat, 15 Dec 2012 14:59:00 +0000 Subject: Merge OpenBSM 1.2-alpha3 from the vendor branch to 10-CURRENT; this version included various upstreamed patches from the FreeBSD base to make OpenBSM compile more easily with bmake, higher warning levels, clang, and several other loose ends. Obtained from: TrustedBSD Project --- contrib/openbsm/INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/openbsm/INSTALL') diff --git a/contrib/openbsm/INSTALL b/contrib/openbsm/INSTALL index a28665d..9e52b0d 100644 --- a/contrib/openbsm/INSTALL +++ b/contrib/openbsm/INSTALL @@ -9,8 +9,8 @@ suppport is found. Typical builds will be performed using: make If doing development work on OpenBSM with gcc, the following invocation of -configure may be preferred in order to generate full compiler warnings and -force the compile to fail if a warning is found: +configure is preferred in order to generate full compiler warnings and force +the compile to fail if a warning is found: CFLAGS="-Wall -Werror" ./configure -- cgit v1.1