9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
18 lines
560 B
Text
18 lines
560 B
Text
--- rmt/Makefile.orig 2011-04-15 20:06:22 UTC
|
|
+++ rmt/Makefile
|
|
@@ -6,13 +6,13 @@ include $(SRCROOT)/$(RULESDIR)/rules.to
|
|
###########################################################################
|
|
|
|
INSDIR= sbin
|
|
-TARGET= rmt
|
|
+TARGET= srmt
|
|
CPPOPTS += -DUSE_REMOTE
|
|
CPPOPTS += -DUSE_LARGEFILES
|
|
CFILES= rmt.c
|
|
#HFILES=
|
|
LIBS= -ldeflt -lschily $(LIB_SOCKET)
|
|
-XMK_FILE= Makefile.man Makefile.dfl Makefile.doc
|
|
+XMK_FILE= Makefile.man
|
|
|
|
###########################################################################
|
|
include $(SRCROOT)/$(RULESDIR)/rules.cmd
|