patch-programs_Makefile 660 B

1234567891011121314151617
  1. $OpenBSD: patch-programs_Makefile,v 1.5 2017/01/05 22:04:37 sthen Exp $
  2. Don't build -m32 variants.
  3. Don't build fuzzer/frametest (requires patches for ftime).
  4. --- programs/Makefile.orig Tue Nov 22 20:34:17 2016
  5. +++ programs/Makefile Tue Jan 3 21:49:21 2017
  6. @@ -83,7 +83,7 @@ clean:
  7. #------------------------------------------------------------------------
  8. #make install is validated only for Linux, OSX, kFreeBSD, Hurd and
  9. #FreeBSD targets
  10. -ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD))
  11. +ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD OpenBSD))
  12. install: lz4$(EXT) lz4c$(EXT)
  13. @echo Installing binaries