summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-02-27 09:17:39 +0000
committerru <ru@FreeBSD.org>2006-02-27 09:17:39 +0000
commitf642de8af40c489eeffec5849c4fb60ed2d00ec0 (patch)
treef9bfd504cbda8cbdfcd81ef44615ac2a2d215fa2 /Makefile.inc1
parent3d033e9247cf5fd1a00824948487077beadc4772 (diff)
downloadFreeBSD-src-f642de8af40c489eeffec5849c4fb60ed2d00ec0.zip
FreeBSD-src-f642de8af40c489eeffec5849c4fb60ed2d00ec0.tar.gz
Detect that the "audit" group is missing earlier during install.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index fc909aa..9a47ce2 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -506,7 +506,7 @@ installcheck_DESTDIR:
# Check for missing UIDs/GIDs.
#
CHECK_UIDS=
-CHECK_GIDS=
+CHECK_GIDS= audit
.if !defined(NO_SENDMAIL)
CHECK_UIDS+= smmsp
CHECK_GIDS+= smmsp
OpenPOWER on IntegriCloud