- Removed OUTPUT_VERSION as default.

- Added default name as refpolicy to avoid clobbering string installs
This commit is contained in:
Karl MacMillan 2005-07-06 15:23:28 +00:00
parent e17cb83c3d
commit ebb884dec2
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
#
# Override default policy version
OUTPUT_POLICY = 18
#OUTPUT_POLICY = 18
# Policy Type
# strict, targeted, strict-mls, targeted-mls
@ -31,7 +31,7 @@ TYPE = strict
# If set, this will be used as the policy
# name. Otherwise the policy type will be
# used for the name.
NAME =
NAME = refpolicy
# Build monolithic policy. Putting n here
# will build a loadable module policy.