20 lines
548 B
Text
20 lines
548 B
Text
$NetBSD: patch-ac,v 1.3 2001/03/12 18:46:15 kim Exp $
|
|
|
|
--- config/mf.netbsd.orig Sun Oct 31 19:39:18 1999
|
|
+++ config/mf.netbsd Mon Mar 12 13:25:58 2001
|
|
@@ -42,7 +42,7 @@
|
|
# Functions that are missing in this OS are contained in the
|
|
# files specified in ${MISSINGOBJS}.
|
|
#
|
|
-#MISSINGOBJS = $(O)strerror.o $(O)strcasecmp.o
|
|
+MISSINGOBJS = $(O)setprogname.o
|
|
|
|
#
|
|
# System libraries that we need to load.
|
|
@@ -53,6 +53,3 @@
|
|
# System dependent options for compiling
|
|
#
|
|
#CFLAGS_OS =
|
|
-
|
|
-MAN_1_DIR = /usr/local/man/man1
|
|
-MAN_8_DIR = /usr/local/man/man8
|