aboutsummaryrefslogtreecommitdiff
path: root/security/pidentd/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'security/pidentd/files/patch-ab')
-rw-r--r--security/pidentd/files/patch-ab57
1 files changed, 0 insertions, 57 deletions
diff --git a/security/pidentd/files/patch-ab b/security/pidentd/files/patch-ab
deleted file mode 100644
index a24685127c64..000000000000
--- a/security/pidentd/files/patch-ab
+++ /dev/null
@@ -1,57 +0,0 @@
-*** Makefile.orig Thu Oct 20 17:08:27 1994
---- Makefile Wed Nov 9 21:16:56 1994
-***************
-*** 14,20 ****
- # on the command line (like "make DESTROOT=/usr/wheel sunos4")
- #
- MAKE=make
-! DESTROOT=/usr/local
- DESTDIR=$(DESTROOT)/sbin
- MANROOT=$(DESTROOT)/man
- MANDIR=$(MANROOT)/man8
---- 14,20 ----
- # on the command line (like "make DESTROOT=/usr/wheel sunos4")
- #
- MAKE=make
-! DESTROOT=${PREFIX}
- DESTDIR=$(DESTROOT)/sbin
- MANROOT=$(DESTROOT)/man
- MANDIR=$(MANROOT)/man8
-***************
-*** 43,49 ****
-
- CFLAGS=-O
-
-! all:
- @echo "Please specify the type of system you wish to build for."
- @echo "Valid systems are:"
- @echo ""
---- 43,51 ----
-
- CFLAGS=-O
-
-! all: freebsd
-!
-! fake:
- @echo "Please specify the type of system you wish to build for."
- @echo "Valid systems are:"
- @echo ""
-*** src/Makefile.ORIG Fri Oct 14 17:17:36 1994
---- src/Makefile Sat Mar 4 22:50:09 1995
-***************
-*** 11,17 ****
-
- foo:
- @echo 'Nono! Don't type "make" in this directory, use the one above!'
-!
- in.identd: identd.o $(COBJS) idecrypt itest
- $(CC) $(LDFLAGS) -o in.identd identd.o $(COBJS) $(LIBS)
- @mv in.identd ..
---- 11,17 ----
-
- foo:
- @echo 'Nono! Don't type "make" in this directory, use the one above!'
-!
- in.identd: identd.o $(COBJS) idecrypt itest
- $(CC) $(LDFLAGS) -o in.identd identd.o $(COBJS) $(LIBS)
- @mv in.identd ..