aboutsummaryrefslogtreecommitdiff
path: root/sysutils/socket/files/patch-Makefile_2
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/socket/files/patch-Makefile_2')
-rw-r--r--sysutils/socket/files/patch-Makefile_237
1 files changed, 0 insertions, 37 deletions
diff --git a/sysutils/socket/files/patch-Makefile_2 b/sysutils/socket/files/patch-Makefile_2
deleted file mode 100644
index 0a502fc33141..000000000000
--- a/sysutils/socket/files/patch-Makefile_2
+++ /dev/null
@@ -1,37 +0,0 @@
-*** Makefile.orig Fri Mar 22 11:42:23 2002
---- Makefile Fri Mar 22 11:56:04 2002
-***************
-*** 8,14 ****
- ### socket.1 in /usr/local/man/man1/socket.1
- ### Make sure the target directories exist before doing a "make install".
-
-! INSTALLBASE = /usr/local
- INSTALLBINPATH = $(INSTALLBASE)/bin
- INSTALLBINMODE = 755
- INSTALLMANPATH = $(INSTALLBASE)/man
---- 8,14 ----
- ### socket.1 in /usr/local/man/man1/socket.1
- ### Make sure the target directories exist before doing a "make install".
-
-! INSTALLBASE = ${DESTDIR}${PREFIX}
- INSTALLBINPATH = $(INSTALLBASE)/bin
- INSTALLBINMODE = 755
- INSTALLMANPATH = $(INSTALLBASE)/man
-***************
-*** 43,50 ****
- ### CDC 4680 EP/IX: (I know it *has* setsid(2), but not with bsd43)
- # SWITCHES = -systype bsd43 -DNOSETSID
-
-! # FreeBSD 2.x (4.4BSD)
-! SWITCHES=-DHAVE_SYS_PARAM_H -Wall
-
- ### It should not be necessary to change anything below this line.
- ##################################################################
---- 43,49 ----
- ### CDC 4680 EP/IX: (I know it *has* setsid(2), but not with bsd43)
- # SWITCHES = -systype bsd43 -DNOSETSID
-
-!
-
- ### It should not be necessary to change anything below this line.
- ##################################################################