diff options
Diffstat (limited to 'misc/compat3x/Makefile')
-rw-r--r-- | misc/compat3x/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/compat3x/Makefile b/misc/compat3x/Makefile index 3aae1f19c0fb..486f86afe52b 100644 --- a/misc/compat3x/Makefile +++ b/misc/compat3x/Makefile @@ -34,6 +34,10 @@ TARGET_DIR= ${PREFIX}/lib/compat INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/compat +.if defined(BATCH) || defined(PACKAGE_BUILDING) +IGNORE= "does damage to bento cluster" +.endif + do-extract: ${MKDIR} ${WRKDIR} cd ${_DISTDIR} && ${CAT} ${DISTFILES} | ${TAR} -xzf - -C ${WRKDIR} |