From 5463d333c58428626ac69de9bd98ab9413911ae7 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 16 Aug 1994 16:06:23 +0000 Subject: entered into RCS --- trans/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/trans/Makefile b/trans/Makefile index 129b0f8b..e42dcd53 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -16,10 +16,17 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. dir := trans -makemode := misc +makemode := servers SRCS = ifsock.c symlink.c +targets = symlink ifsock include ../Makeconf +symlink: symlink.o fsysServer.o + $(CC) $(CFLAGS) -o symlink $^ +symlink.o: fsys_S.h +ifsock: ifsock.o $(libtrivfs) $(libports) ifsockServer.o + $(CC) $(CFLAGS) -o ifsock $^ +ifsock.o: ifsock_S.h ../hurd/trivfs.h ../hurd/ports.h -- cgit v1.2.3