$NetBSD: patch-ab,v 1.5 2007/10/14 07:49:54 rillig Exp $ --- config.h.orig Mon Dec 30 00:43:48 2002 +++ config.h Mon Dec 30 00:42:47 2002 @@ -135,7 +135,7 @@ * %f = filename * %p = optional parameters */ -#if !defined(__FreeBSD__) +#if !defined(__FreeBSD__) && !defined(__NetBSD__) #define MEDIT_CMD_MANPAGE_TO_OUTPUT (PREFIX "/bin/man %p %f") #else #define MEDIT_CMD_MANPAGE_TO_OUTPUT (PREFIX "/bin/manwrap %p %f")