summaryrefslogtreecommitdiff
path: root/trans
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-22 19:14:29 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-22 19:14:29 +0000
commit1547e6c9b2108fa5c0e619ad7a1efd07744603b6 (patch)
tree91f1cebbf853e50a026a380c29de9fbca7e3a79f /trans
parent1d7521c63dbc70ca0af0d4711f6457b8198854e7 (diff)
Formerly Makefile.~3~
Diffstat (limited to 'trans')
-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) $^ %@