summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2012-12-02 21:32:45 +0000
committerpeter <peter@FreeBSD.org>2012-12-02 21:32:45 +0000
commit39db48f0b80b6bbb3c4078623889926be8068cb0 (patch)
tree634211737e9dc4b321bd163f74172e04d0b49288 /Makefile.inc1
parentc0faf97a59398737334962f520ad1ed0141f989f (diff)
downloadFreeBSD-src-39db48f0b80b6bbb3c4078623889926be8068cb0.zip
FreeBSD-src-39db48f0b80b6bbb3c4078623889926be8068cb0.tar.gz
Add auditdistd to the pre-install required uid check list.
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 679872a..e486331 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -611,7 +611,7 @@ installcheck_DESTDIR:
#
# Check for missing UIDs/GIDs.
#
-CHECK_UIDS=
+CHECK_UIDS= auditdistd
CHECK_GIDS= audit
.if ${MK_SENDMAIL} != "no"
CHECK_UIDS+= smmsp
OpenPOWER on IntegriCloud