ports/sysutils/xbattmon/patches/patch-Makefile

13 lines
178 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -2,7 +2,7 @@ VERSION = 1.1
include config.mk
-OBJ = strtonum.o xbattmon.o
+OBJ = xbattmon.o
BIN = xbattmon
all: $(BIN)