patch-makefile 485 B

12345678910111213
  1. $OpenBSD: patch-makefile,v 1.1.1.1 2002/10/25 21:45:02 naddy Exp $
  2. --- makefile.orig Fri Oct 25 17:14:13 2002
  3. +++ makefile Fri Oct 25 17:15:25 2002
  4. @@ -27,7 +27,7 @@ BINDIR = /ufs/dik/tmpbin
  5. # -DDEBUG might trigger some debugging output in some program, do not
  6. # use it unless you know where that output goes!
  7. #
  8. -CF = -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DNODOT -DAPPLEDOUBLE -DDEBUG
  9. +CF += -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DAUFSPLUS
  10. all:
  11. (cd crc; make CF='$(CF)')