head	1.4;
access;
symbols
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.3
	RELEASE_3_0_0:1.3
	RELEASE_2_2_7:1.3
	RELEASE_2_2_6:1.3
	RELEASE_2_2_5:1.2
	RELEASE_2_2_1:1.2
	RELEASE_2_2_2:1.2
	libident_0_18:1.1.1.1
	TORSTENB:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2003.08.22.09.42.23;	author krion;	state dead;
branches;
next	1.3;

1.3
date	98.01.25.20.42.38;	author torstenb;	state Exp;
branches;
next	1.2;

1.2
date	96.09.14.23.15.25;	author torstenb;	state Exp;
branches;
next	1.1;

1.1
date	95.10.12.07.29.19;	author asami;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.10.12.07.29.19;	author asami;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Update to 0.31
@
text
@*** Makefile.o	Sat Jan 24 17:11:37 1998
--- Makefile	Sat Jan 24 17:12:49 1998
***************
*** 8,14 ****
  RANLIB=ranlib
  AR=ar cq
  
! INSTROOT=/usr/local
  LIBDIR=$(INSTROOT)/lib
  INCDIR=$(INSTROOT)/include
  MANDIR=$(INSTROOT)/man/man3
--- 8,14 ----
  RANLIB=ranlib
  AR=ar cq
  
! INSTROOT=${PREFIX}
  LIBDIR=$(INSTROOT)/lib
  INCDIR=$(INSTROOT)/include
  MANDIR=$(INSTROOT)/man/man3
***************
*** 19,25 ****
  # Add -DHAVE_ANSIHEADERS if your system have the ANSI C header files
  # needed for our purposes (stdlib, string, unistd).
  #
! CFLAGS = -O
  
  LDLIBS =
  LIBIDENT = libident.a
--- 19,25 ----
  # Add -DHAVE_ANSIHEADERS if your system have the ANSI C header files
  # needed for our purposes (stdlib, string, unistd).
  #
! #CFLAGS = -O
  
  LDLIBS =
  LIBIDENT = libident.a
***************
*** 33,38 ****
--- 33,39 ----
  	@@echo aix
  	@@echo bsd
  	@@echo bsd2.11
+ 	@@echo freebsd
  	@@echo dynix
  	@@echo hpux
  	@@echo irix
***************
*** 126,131 ****
--- 127,134 ----
  bsd2.11:
  	@@$(MAKE) all CC="$(CC)" CFLAGS="-O -DSIGRETURNTYPE=int -DHAVE_ANSIHEADERS"
  
+ freebsd:
+ 	@@$(MAKE) all CC="$(CC)" CFLAGS="${CFLAGS} -Wall -DHAVE_ANSIHEADERS"
  
  #
  #
@


1.3
log
@upgrade to 0.21
@
text
@@


1.2
log
@Upgrade to 0.19
@
text
@d1 2
a2 2
*** Makefile.orig	Sun Sep 15 01:13:03 1996
--- Makefile	Sun Sep 15 01:14:06 1996
d38 2
a39 3
*** 32,37 ****
--- 32,38 ----
  	@@echo ""
d42 2
a43 1
+ 	@@echo freebsd (FreeBSD 2.x)
d48 5
a52 8
*** 121,126 ****
--- 122,132 ----
  #
  bsd:
  	@@$(MAKE) all CC="$(CC)" CFLAGS="-O -DSIGRETURNTYPE=int"
+ 
+ #
+ # FreeBSD 2.x
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
*** Makefile.orig	Mon Oct  9 12:34:13 1995
--- Makefile	Mon Oct  9 12:49:45 1995
d4 1
a4 2
*** 7,13 ****
  RM=rm -f
d6 1
a8 1
  
d11 2
a12 2
--- 7,13 ----
  RM=rm -f
d14 1
a16 1
  
d19 1
d26 1
a28 1
  
d34 1
a36 1
  
d38 2
a39 2
*** 31,36 ****
--- 31,37 ----
d48 2
a49 2
*** 119,124 ****
--- 120,130 ----
@


1.1.1.1
log
@libidentd - a small library to interface the ident protocol server (rfc1413)

Submitted by:	torstenb
@
text
@@
