mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
22 lines
507 B
Plaintext
22 lines
507 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- rmt/Makefile.orig
|
|
+++ rmt/Makefile
|
|
@@ -6,13 +6,13 @@
|
|
###########################################################################
|
|
|
|
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
|