summaryrefslogtreecommitdiff
path: root/trans/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'trans/Makefile')
-rw-r--r--trans/Makefile24
1 files changed, 3 insertions, 21 deletions
diff --git a/trans/Makefile b/trans/Makefile
index 74649bbc..129b0f8b 100644
--- a/trans/Makefile
+++ b/trans/Makefile
@@ -16,28 +16,10 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
dir := trans
-include ../Makeconf
-
-DIST_FILES = Makefile $(SRCS) ChangeLog
-
-TRANS = ifsock symlink
-
-SRCS = $(addsuffix .c,$(TRANS))
+makemode := misc
-TRANS_INST = $(addprefix $(hurdroot)/hurd/,$(TRANS))
+SRCS = ifsock.c symlink.c
-all: $(TRANS)
-
-ifsock: ifsock.o $(libports) fsysServer.o
- $(CC) $(CFLAGS) -o $@ $^
-
-install: $(TRANS_INST)
-
-clean:
- rm -f $(TRANS) *.o
+include ../Makeconf
-relink:
- rm -f $(TRANS)
-$(hurdroot)/hurd/%: %
- $(INSTALL_BIN) $^ %@