aa77200569
primary new feature is auditdistd. Obtained from: TrustedBSD Project Sponsored by: The FreeBSD Foundation (auditdistd)
11 lines
152 B
Bash
11 lines
152 B
Bash
#!/bin/sh
|
|
#
|
|
# $P4: //depot/projects/trustedbsd/openbsm/autogen.sh#2 $
|
|
#
|
|
|
|
libtoolize --copy --force
|
|
aclocal
|
|
autoheader
|
|
automake -a -c --foreign
|
|
autoconf
|