From be22f642741c94a0c7ffe3c13902494755b02a4e Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 28 Jul 1995 01:00:38 +0000 Subject: Better FreeBSD tuning, using CFLAGS from make.conf, eliminate one Makefile change --- security/pidentd/Makefile | 3 ++- security/pidentd/files/patch-ab | 28 +++++++++++++--------------- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 225d06c63e4f..992efcbcec46 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -3,13 +3,14 @@ # Date created: 19 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.7 1995/07/13 01:15:51 asami Exp $ +# $Id: Makefile,v 1.8 1995/07/27 20:29:39 torstenb Exp $ # DISTNAME= pidentd-2.6.1 CATEGORIES+= security networking MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \ ftp://ftp.fu-berlin.de/unix/security/ident/servers/ +ALL_TARGET= freebsd MAINTAINER= torstenb@FreeBSD.ORG 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 -- cgit v1.2.3