summaryrefslogtreecommitdiff
path: root/shells/osh/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'shells/osh/patches/patch-aa')
-rw-r--r--shells/osh/patches/patch-aa28
1 files changed, 0 insertions, 28 deletions
diff --git a/shells/osh/patches/patch-aa b/shells/osh/patches/patch-aa
deleted file mode 100644
index b5a15bbe5e5..00000000000
--- a/shells/osh/patches/patch-aa
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2003/09/22 20:57:13 jmmv Exp $
-
---- makefile.orig Thu Feb 14 00:11:14 2002
-+++ makefile Mon Sep 22 20:29:15 2003
-@@ -2,7 +2,6 @@
-
- # CONFIGURATION
-
--PREFIX = /usr/local
- BINDIR = $(PREFIX)/bin
- MANDIR = $(PREFIX)/man
- MANSECT = $(MANDIR)/man1
-@@ -29,9 +28,9 @@
- rm -f osh osh.o goto goto.o if if.o core log *~
-
- install: all
-- $(INSTALL) -c -s osh $(BINDIR)
-- $(INSTALL) -c -s goto $(BINDIR)
-- $(INSTALL) -c -s if $(BINDIR)
-- $(INSTALL) -c -m 644 osh.1 $(MANSECT)
-- $(INSTALL) -c -m 644 goto.1 $(MANSECT)
-- $(INSTALL) -c -m 644 if.1 $(MANSECT)
-+ $(BSD_INSTALL_PROGRAM) osh $(BINDIR)/osh
-+ $(BSD_INSTALL_PROGRAM) goto $(BINDIR)/goto
-+ $(BSD_INSTALL_PROGRAM) if $(BINDIR)/if
-+ $(BSD_INSTALL_MAN) osh.1 $(MANSECT)/osh.1
-+ $(BSD_INSTALL_MAN) goto.1 $(MANSECT)/goto.1
-+ $(BSD_INSTALL_MAN) if.1 $(MANSECT)/if.1