blob: 78118d8e74bcd19c2b3a13c1b5b424a740addbab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.1.1.1 2003/12/05 14:11:27 recht Exp $
--- src/Makefile.in.orig Thu Oct 16 17:19:29 2003
+++ src/Makefile.in Thu Oct 16 17:19:42 2003
@@ -421,10 +421,6 @@
install-exec-hook:
- @if [ ! -L $(netcat_nc) -a ! -e $(netcat_nc) ]; then \
- echo "Creating symlink to the shorter executable name"; \
- ln -s netcat $(netcat_nc); \
- fi
uninstall-hook:
@if [ -L $(netcat_nc) ]; then \
|