diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:38:03 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:38:03 +0000 |
commit | 64a0982bee3db2236df43357e70ce8dddbc21d48 (patch) | |
tree | 76664a67496ac3cd9e3d5d272a5a6e430068848a /usr.sbin/auditdistd | |
parent | b71fb1a4aa198495970831c748fa2d132621fe3d (diff) | |
download | src-64a0982bee3db2236df43357e70ce8dddbc21d48.tar.gz src-64a0982bee3db2236df43357e70ce8dddbc21d48.zip |
Notes
Diffstat (limited to 'usr.sbin/auditdistd')
-rw-r--r-- | usr.sbin/auditdistd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/auditdistd/Makefile b/usr.sbin/auditdistd/Makefile index 8d32884bda49..e6216ab7645a 100644 --- a/usr.sbin/auditdistd/Makefile +++ b/usr.sbin/auditdistd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ # -OPENBSMDIR=${.CURDIR}/../../contrib/openbsm +OPENBSMDIR=${SRCTOP}/contrib/openbsm .PATH: ${OPENBSMDIR}/bin/auditdistd # Addition of auditdistd because otherwise generated parse.c can't find |