17 lines
386 B
Text
17 lines
386 B
Text
$NetBSD: patch-aa,v 1.2 2000/12/15 09:43:54 abs Exp $
|
|
|
|
--- Imakefile.orig Fri Sep 11 13:50:44 1998
|
|
+++ Imakefile
|
|
@@ -9,8 +9,11 @@
|
|
#ifdef FreeBSDArchitecture
|
|
INSTALLFLAGS=-c -g operator -m 2755
|
|
#endif
|
|
+#ifdef NetBSDArchitecture
|
|
+INSTALLFLAGS=-c -m 755
|
|
+#endif
|
|
#ifdef LinuxArchitecture
|
|
INSTALLFLAGS=-c -m 2755
|
|
#endif
|
|
|
|
-ComplexProgramTarget(xbatt)
|
|
+ComplexProgramTargetNoMan(xbatt)
|