blob: f0166fbec4ae024d75d7d5042c3b1b0bfa98c34d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- rmt/Makefile.orig 2021-06-04 16:09:01 UTC
+++ rmt/Makefile
@@ -6,7 +6,7 @@ include $(SRCROOT)/$(RULESDIR)/rules.top
###########################################################################
INSDIR= sbin
-TARGET= rmt
+TARGET= srmt
CPPOPTS += -DUSE_REMOTE
CPPOPTS += -DUSE_LARGEFILES
CFILES= rmt.c
|