dbfd750590
While here, also update some PLISTs, fix PREFIX use, etc. ok landry@
12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1 2011/06/23 22:50:29 naddy Exp $
|
|
--- Makefile.orig Thu Jun 23 08:34:40 2011
|
|
+++ Makefile Thu Jun 23 08:34:54 2011
|
|
@@ -6,5 +6,7 @@ SRCS= fsstress.c
|
|
CFLAGS+= -Wall -Wstrict-prototypes -I${.CURDIR}/../fsstress
|
|
.PATH: ${.CURDIR}/../fsstress
|
|
|
|
+NOMAN= yes
|
|
+
|
|
.include <bsd.prog.mk>
|
|
|