16 lines
409 B
Plaintext
16 lines
409 B
Plaintext
$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 \
|