head	1.2;
access;
symbols
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	RELEASE_3_0_0:1.1
	RELEASE_2_2_7:1.1
	RELEASE_2_2_6:1.1
	RELEASE_2_2_5:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.03.06.09.33.13;	author dinoex;	state dead;
branches;
next	1.1;

1.1
date	97.09.01.13.50.41;	author torstenb;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- update to 3.0.16
- use PLIST_FILES
- add missing manpage idecrypt.8
@
text
@*** src/Makefile.orig	Mon Sep  1 15:47:04 1997
--- src/Makefile	Mon Sep  1 15:47:11 1997
***************
*** 18,24 ****
  	mv $(PREFIX)identd ..
  
  idecrypt:	idecrypt.o crypto.o
! 	$(CC) $(LDFLAGS) -o idecrypt idecrypt.o crypto.o
  	mv idecrypt ..
  
  identd.o:	 identd.c identd.h error.h crypto.h Makefile
--- 18,24 ----
  	mv $(PREFIX)identd ..
  
  idecrypt:	idecrypt.o crypto.o
! 	$(CC) $(LDFLAGS) -o idecrypt idecrypt.o crypto.o $(LIBS)
  	mv idecrypt ..
  
  identd.o:	 identd.c identd.h error.h crypto.h Makefile
@


1.1
log
@link idecrypt with -ldes
@
text
@@

