blob: fbfcf663859582ab1c6eaa3d6a3e5f7456f196c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- Imakefile.orig 1997-03-07 06:54:29 UTC
+++ Imakefile
@@ -7,10 +7,10 @@ SRCS = xbatt.c
OBJS = xbatt.o
#ifdef FreeBSDArchitecture
-INSTALLFLAGS=-c -g operator -m 2755
+#INSTALLFLAGS=-c -g operator -m 2755
#endif
#ifdef LinuxArchitecture
INSTALLFLAGS=-c -m 2755
#endif
-ComplexProgramTarget(xbatt)
+ComplexProgramTargetNoMan(xbatt)
|