summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/bsm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/openbsm/bsm/Makefile')
-rw-r--r--contrib/openbsm/bsm/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/contrib/openbsm/bsm/Makefile b/contrib/openbsm/bsm/Makefile
new file mode 100644
index 0000000..ba63701
--- /dev/null
+++ b/contrib/openbsm/bsm/Makefile
@@ -0,0 +1,22 @@
+#
+# $P4: //depot/projects/trustedbsd/openbsm/bsm/Makefile#7 $
+#
+
+INCS= audit.h \
+ audit_internal.h \
+ audit_kevents.h \
+ audit_record.h \
+ audit_uevents.h \
+ libbsm.h
+
+TARGET= ${DESTDIR}/usr/include/bsm
+
+all:
+default:
+depend:
+clean:
+
+install:
+ mkdir -p -m 0755 ${TARGET}
+ install -o root -g wheel -m 0644 ${INCS} ${TARGET}
+
OpenPOWER on IntegriCloud