patch-tests_Makefile 570 B

12345678910111213
  1. $OpenBSD: patch-tests_Makefile,v 1.1 2017/01/05 22:04:37 sthen Exp $
  2. --- tests/Makefile.orig Tue Jan 3 21:50:25 2017
  3. +++ tests/Makefile Tue Jan 3 21:50:11 2017
  4. @@ -122,7 +122,7 @@ versionsTest:
  5. #------------------------------------------------------------------------
  6. #make install is validated only for Linux, OSX, kFreeBSD, Hurd and
  7. #FreeBSD targets
  8. -ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD))
  9. +ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD OpenBSD))
  10. MD5:=md5sum
  11. ifneq (,$(filter $(shell uname), Darwin ))