patch-sys_unix_Makefile_utl 651 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-sys_unix_Makefile_utl,v 1.3 2002/03/23 14:51:46 espie Exp $
  2. --- sys/unix/Makefile.utl.orig Wed Mar 20 18:43:54 2002
  3. +++ sys/unix/Makefile.utl Fri Mar 22 08:11:35 2002
  4. @@ -1,6 +1,7 @@
  5. # Makefile for NetHack's utility programs.
  6. # SCCS Id: @(#)Makefile.utl 3.4 1997/04/19
  7. +include ${NETHACKCONFIG}
  8. # newer makes predefine $(MAKE) to 'make' and do smarter processing of
  9. # recursive make calls if $(MAKE) is used
  10. # these makes allow $(MAKE) to be overridden by the environment if someone
  11. @@ -89,8 +90,7 @@
  12. # flags for debugging:
  13. # CFLAGS = -g -I../include
  14. -CFLAGS = -O -I../include
  15. -LFLAGS =
  16. +CFLAGS += -I../include
  17. LIBS =