Remove the warning message - SuSE 9.1 packages work fine on NetBSD 2.0+

This commit is contained in:
jdolecek 2005-01-29 09:11:36 +00:00
parent 5f20232d33
commit 88801ca62c

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.7 2004/11/20 12:44:22 rh Exp $
# $NetBSD: Makefile.common,v 1.8 2005/01/29 09:11:36 jdolecek Exp $
SUSE_VERSION= 9.1
@ -42,16 +42,6 @@ RPM2PKGARGS+= -i ${TEMP}
RPM2PKGARGS+= ${DISTDIR}/${DIST_SUBDIR}/${TEMP}
.endfor
.if ${OPSYS} == "NetBSD"
pre-fetch:
@${ECHO} "======================================================================"
@${ECHO} ""
@${ECHO} "Warning:"
@${ECHO} "NetBSD's Linux emulation doesn't work stable with this package (yet)."
@${ECHO} ""
@${ECHO} "======================================================================"
.endif
.if !target(do-install)
do-install:
@if [ -f ${PKGDIR}/PLIST ]; then \