patch-1.3.16 linux/net/unix/Makefile

Next file: linux/net/unix/af_unix.c
Previous file: linux/net/socket.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.15/linux/net/unix/Makefile linux/net/unix/Makefile
@@ -1,5 +1,5 @@
 #
-# Makefile for the UNIX Protocol Family.
+# Makefile for the Linux TCP/IP (INET) layer.
 #
 # Note! Dependencies are done automagically by 'make dep', which also
 # removes any old dependencies. DON'T put your own dependencies here
@@ -12,16 +12,18 @@
 .s.o:
 	$(AS) -o $*.o $<
 
-OBJS	= sock.o proc.o
 
-unix.o: $(OBJS)
-	$(LD) -r -o unix.o $(OBJS)
+OBJS	:= af_unix.o
+
+
+unix.o:	$(OBJS)
+		$(LD) -r -o unix.o $(OBJS)
 
 dep:
-	$(CPP) -M *.c > .depend
+		$(CPP) -M *.c > .depend
 
 tar:
-	tar -cvf /dev/f1 .
+		tar -cvf /dev/f1 .
 
 
 include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this