patch-Makefile 314 B

123456789101112
  1. $OpenBSD: patch-Makefile,v 1.1 2011/06/23 22:50:29 naddy Exp $
  2. --- Makefile.orig Thu Jun 23 08:34:40 2011
  3. +++ Makefile Thu Jun 23 08:34:54 2011
  4. @@ -6,5 +6,7 @@ SRCS= fsstress.c
  5. CFLAGS+= -Wall -Wstrict-prototypes -I${.CURDIR}/../fsstress
  6. .PATH: ${.CURDIR}/../fsstress
  7. +NOMAN= yes
  8. +
  9. .include <bsd.prog.mk>