diff options
author | grant <grant> | 2004-01-28 12:45:17 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-28 12:45:17 +0000 |
commit | 7214d0e131fbe19511729f98960e2de1d21f8864 (patch) | |
tree | a8c97c76bc74a63fb9b5a00d78295d65ccfc592d /sysutils | |
parent | 3e84feb2296160557e1a356cc863f45ee102da49 (diff) | |
download | pkgsrc-7214d0e131fbe19511729f98960e2de1d21f8864.tar.gz |
bl3ify; fixes build on Solaris with SunPro.
Diffstat (limited to 'sysutils')
-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} |