summaryrefslogtreecommitdiff
path: root/shells/pdksh/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'shells/pdksh/patches/patch-aa')
-rw-r--r--shells/pdksh/patches/patch-aa17
1 files changed, 0 insertions, 17 deletions
diff --git a/shells/pdksh/patches/patch-aa b/shells/pdksh/patches/patch-aa
deleted file mode 100644
index 11358396873..00000000000
--- a/shells/pdksh/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/11/28 07:12:09 schmonz Exp $
-
---- Makefile.in.orig Tue Jul 13 13:06:53 1999
-+++ Makefile.in
-@@ -82,12 +82,6 @@ all: $(SHELL_PROG)$(exe_suffix) $(SHELL_
- install: installdirs all
- $(INSTALL_PROGRAM) $(SHELL_PROG)$(exe_suffix) $(bindir)/`echo $(SHELL_PROG)|sed '$(transform)'`$(exe_suffix)
- -$(INSTALL_DATA) $(SHELL_PROG).1 $(mandir)/`echo $(SHELL_PROG)|sed '$(transform)'`.$(manext)
-- -@prog=$(bindir)/`echo $(SHELL_PROG)|sed '$(transform)'`$(exe_suffix);\
-- test -f /etc/shells \
-- && (grep "^$$prog\$$" /etc/shells > /dev/null \
-- || echo \
--"NOTE: /etc/shells does not contain $$prog \
-- you should add it if you want to set your shell to $(SHELL_PROG)")
-
- installdirs:
- $(srcdir)/mkinstalldirs $(bindir) $(mandir)