diff options
author | Dominik Hassler <hadfl@omniosce.org> | 2017-11-09 15:05:11 +0100 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2017-11-16 10:43:30 -0500 |
commit | fa4b26fb5b73dd0f0319a34c6046034202e60bc6 (patch) | |
tree | 2eb5ad94f06ca777a371c460639296df07c325d7 /usr | |
parent | 5026b7fcee27ac1c884a99b607cc2abea07137d6 (diff) | |
download | illumos-joyent-fa4b26fb5b73dd0f0319a34c6046034202e60bc6.tar.gz |
8793 libbsm build failure with recent perl
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Reviewed by: Ken Mays <maybird1776@hotmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr')
-rw-r--r-- | usr/src/lib/libbsm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libbsm/Makefile b/usr/src/lib/libbsm/Makefile index 514358a52f..86c7bb9802 100644 --- a/usr/src/lib/libbsm/Makefile +++ b/usr/src/lib/libbsm/Makefile @@ -148,7 +148,7 @@ clean_files: -$(RM) $(CLEANFILES) $(GENSRCS): $(ADTXMLFILE) $(AUDITXML) - $(PERL) $(AUDITXML) -o $(COMMONDIR) $(ADTXMLFILE) + $(PERL) -I. $(AUDITXML) -o $(COMMONDIR) $(ADTXMLFILE) $(ETCSECURITYFILES) $(RESA): \ $(ETCSECURITY) \ |