diff options
author | grant <grant> | 2004-01-28 12:45:17 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-28 12:45:17 +0000 |
commit | c3a082cf37f0e4832e88edd7c22e33da6318c254 (patch) | |
tree | a8c97c76bc74a63fb9b5a00d78295d65ccfc592d /sysutils/crashme | |
parent | 7cb6656ab9bb6424843aad4e646d53c6ba264601 (diff) | |
download | pkgsrc-c3a082cf37f0e4832e88edd7c22e33da6318c254.tar.gz |
bl3ify; fixes build on Solaris with SunPro.
Diffstat (limited to 'sysutils/crashme')
-rw-r--r-- | sysutils/crashme/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/crashme/Makefile b/sysutils/crashme/Makefile index 705cb3c5143..3782a982480 100644 --- a/sysutils/crashme/Makefile +++ b/sysutils/crashme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/20 12:26:15 agc Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/28 12:45:17 grant Exp $ # DISTNAME= crashme-2.4 @@ -10,6 +10,9 @@ MAINTAINER= agc@NetBSD.org HOMEPAGE= http://people.delphi.com/gjc/crashme.html COMMENT= Try to crash machine with random arguments to random system calls +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes EXTRACT_CMD= ${EXTRACT_CMD.shar} MAKEFILE= makefile WRKSRC= ${WRKDIR} |