diff options
Diffstat (limited to 'archivers/ha/Makefile')
-rw-r--r-- | archivers/ha/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index f8dbb432cd0..fc6dad5d81b 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/03/11 03:35:48 tv Exp $ +# $NetBSD: Makefile,v 1.9 2001/07/15 11:49:41 jlam Exp $ # FreeBSD Id: Makefile,v 1.9 1997/08/10 22:31:19 fenner Exp # @@ -11,6 +11,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org COMMENT= The HA archiver using the HSC compression method +USE_BUILDLINK_ONLY= yes + NO_WRKSUBDIR= yes MAKEFILE= makefile.nix MAKE_FLAGS= CC="${CC}" |