From 781a0fe476b35aaffa2c8aaa0bff0ce357dcdbe9 Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 19 Sep 2003 13:26:12 +0000 Subject: Mark tripwire as being only for NetBSD and Solaris right now. The Darwin compile time configuration is easy to write, but I don't have a Darwin box handy, and so the tw.conf.darwin is a bit difficult to write as there tend to be a few non-standard paths. In response to PR 22362. --- security/tripwire/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 43c5d82ca5d..254fb5e3e1a 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/17 22:53:20 grant Exp $ +# $NetBSD: Makefile,v 1.14 2003/09/19 13:26:12 agc Exp $ # DISTNAME= tripwire-1.2 @@ -11,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.cerias.purdue.edu/coast/coast-library.html COMMENT= File and directory integrity checker +ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* + USE_BUILDLINK2= YES USE_PKGINSTALL= YES -- cgit v1.2.3