Better FreeBSD tuning, using CFLAGS from make.conf, eliminate one Makefile

change
This commit is contained in:
Andrey A. Chernov 1995-07-28 01:00:38 +00:00
parent 12b03cb3ff
commit be22f64274
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2010
2 changed files with 15 additions and 16 deletions

View File

@ -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

View File

@ -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