patch-comm_makefile 350 B

12345678910
  1. $OpenBSD: patch-comm_makefile,v 1.1.1.1 2002/10/25 21:45:02 naddy Exp $
  2. --- comm/makefile.orig Fri Oct 25 17:30:30 2002
  3. +++ comm/makefile Fri Oct 25 17:30:34 2002
  4. @@ -1,4 +1,4 @@
  5. -CFLAGS = -O $(CF)
  6. +CFLAGS = $(CF)
  7. SRCS1 = tomac.c xm_to.c ym_to.c zm_to.c to.c tty.c globals.c
  8. SRCS2 = frommac.c xm_from.c ym_from.c zm_from.c from.c tty.c globals.c