From 7e8833ee19b78e75ebcc72bd4d8ed3a885171959 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Wed, 18 Oct 2000 17:27:08 +0000 Subject: Also add nameif to the Makefile. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8700608..a12d216 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ NET_LIB_PATH = lib NET_LIB_NAME = net-tools -PROGS := ifconfig hostname arp netstat route rarp slattach plipconfig +PROGS := ifconfig hostname arp netstat route rarp slattach plipconfig nameif -include config.make ifeq ($(HAVE_IP_TOOLS),1) @@ -186,6 +186,9 @@ subdirs: ifconfig: $(NET_LIB) ifconfig.o $(CC) $(LDFLAGS) -o ifconfig ifconfig.o $(NLIB) $(RESLIB) + +nameif: nameif.o + $(CC) $(LDFLAGS) -o nameif nameif.o hostname: hostname.o $(CC) $(LDFLAGS) -o hostname hostname.o $(DNLIB) -- cgit v1.2.3-65-gdbad