From 8bebbb0b1d692c9dc130686c2e8503397e4da05c Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 22 Jul 1997 19:25:14 +0000 Subject: (SRCS): Remove devport.c. (targets): Remove devport. --- trans/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trans/Makefile b/trans/Makefile index 1e81c5a5..67c822ee 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -18,11 +18,11 @@ dir := trans makemode := servers -targets = symlink firmlink ifsock magic null fifo new-fifo fwd devport crash -SRCS = ifsock.c symlink.c magic.c null.c fifo.c new-fifo.c fwd.c devport.c \ +targets = symlink firmlink ifsock magic null fifo new-fifo fwd crash +SRCS = ifsock.c symlink.c magic.c null.c fifo.c new-fifo.c fwd.c \ crash.c firmlink.c OBJS = $(SRCS:.c=.o) fsysServer.o ifsockServer.o -HURDLIBS=ports trivfs threads fshelp pipe ihash shouldbeinlibc +HURDLIBS=ports trivfs threads fshelp pipe ihash shouldbeinlibc include ../Makeconf -- cgit v1.2.3