]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/nash/Makefile
Unbenutztes Nash geloescht.
[ipfire-2.x.git] / src / nash / Makefile
diff --git a/src/nash/Makefile b/src/nash/Makefile
deleted file mode 100644 (file)
index 602fe52..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-CFLAGS=-Wall -Werror -DVERSION=\"$(VERSION)\" -g  -D_FORTIFY_SOURCE=2
-VERSION=$(shell awk -F= '/^VERSION=/ { print $$2 }' mkinitrd)
-
-ARCH := $(patsubst i%86,i386,$(shell uname -m))
-ARCH := $(patsubst sparc%,sparc,$(ARCH))
-
-STATIC=-static
-
-mandir=usr/share/man
-
-nash: nash.o mount_by_label.o name_to_dev_t.o
-       $(CC) $(STATIC) -g $(LDFLAGS) -o $@ $^
-
-clean:
-       rm -f nash $(MINILIBC) *.o
-
-install:
-       mkdir -p $(BUILDROOT)/sbin
-       mkdir -p $(BUILDROOT)/$(mandir)/man8
-       install -m 755 -s nash $(BUILDROOT)/sbin
-       install -m 644 nash.8 $(BUILDROOT)/$(mandir)/man8