summaryrefslogtreecommitdiff
path: root/security/pidentd/files/patch-ab
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-07-28 01:00:38 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-07-28 01:00:38 +0000
commitbe22f642741c94a0c7ffe3c13902494755b02a4e (patch)
tree08a769fc813f0de609f401448ea458b69ad486d9 /security/pidentd/files/patch-ab
parent- upgrade to 2.6.1 (diff)
Better FreeBSD tuning, using CFLAGS from make.conf, eliminate one Makefile
change
Diffstat (limited to 'security/pidentd/files/patch-ab')
-rw-r--r--security/pidentd/files/patch-ab28
1 files changed, 13 insertions, 15 deletions
diff --git a/security/pidentd/files/patch-ab b/security/pidentd/files/patch-ab
index 48cac4d2519d..2779a331025f 100644
--- a/security/pidentd/files/patch-ab
+++ b/security/pidentd/files/patch-ab
@@ -1,5 +1,5 @@
-*** Makefile.orig Mon Jun 5 19:49:08 1995
---- Makefile Thu Jul 27 21:10:17 1995
+*** Makefile.orig Mon Jun 5 21:49:08 1995
+--- Makefile Fri Jul 28 04:53:59 1995
***************
*** 15,21 ****
#
@@ -18,24 +18,22 @@
MANROOT=$(DESTROOT)/man
MANDIR=$(MANROOT)/man8
***************
-*** 44,50 ****
+*** 42,48 ****
+ # GLIBS=-lident -ldes
+ GLIBS=
- CFLAGS=-O
+! CFLAGS=-O
-! all:
+ all:
@echo "Please specify the type of system you wish to build for."
- @echo "Valid systems are:"
- @echo ""
---- 44,52 ----
+--- 42,48 ----
+ # GLIBS=-lident -ldes
+ GLIBS=
- CFLAGS=-O
+! #CFLAGS=-O
-! all: freebsd
-!
-! fake:
+ all:
@echo "Please specify the type of system you wish to build for."
- @echo "Valid systems are:"
- @echo ""
***************
*** 387,393 ****
@@ -45,7 +43,7 @@
tests:
(cd testdir ; make)
---- 389,395 ----
+--- 387,393 ----
install: in.identd
cp identd.8 $(MANDIR)/identd.8