summaryrefslogtreecommitdiff
path: root/security/ident2/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/ident2/files/patch-Makefile.in')
-rw-r--r--security/ident2/files/patch-Makefile.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/security/ident2/files/patch-Makefile.in b/security/ident2/files/patch-Makefile.in
deleted file mode 100644
index 4ab2e652c224..000000000000
--- a/security/ident2/files/patch-Makefile.in
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.in.orig Mon Sep 13 08:35:42 1999
-+++ Makefile.in Sun Feb 24 15:33:36 2002
-@@ -29,15 +29,15 @@
- RANLIB = @RANLIB@
-
- CC = @CC@
--CFLAGS = -Wall -O2
-+CFLAGS = @CFLAGS@
- INSTALL = @INSTALL@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
- doc_format = @doc_format@
-
- PROG = ident2
--BINDIR = /usr/local/sbin
--MANDIR = /usr/local/man/man8
-+BINDIR = ${prefix}/sbin
-+MANDIR = ${prefix}/man/man8
-
- SOURCES=ident2.c common.c daemon.c m_${MACHTARGET}.c
- OBJS=ident2.o common.o daemon.o machine.o