From ab4767c6f6d1e85c59747054b5740cc6e07bb1c7 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sat, 4 Mar 2006 16:48:36 +0000 Subject: Remove files deleted in the OpenBSM distribution from the OpenBSM vendor branch. Obtained from: TrustedBSD Project --- contrib/openbsm/bsm/Makefile | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 contrib/openbsm/bsm/Makefile (limited to 'contrib/openbsm/bsm') diff --git a/contrib/openbsm/bsm/Makefile b/contrib/openbsm/bsm/Makefile deleted file mode 100644 index ba63701..0000000 --- a/contrib/openbsm/bsm/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# -# $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} - -- cgit v1.1