head	1.3;
access;
symbols
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.2
	RELEASE_2_2_1:1.2
	RELEASE_2_2_2:1.2
	donkey_0_5:1.1.1.1
	NAKANE:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2011.09.23.13.25.21;	author bapt;	state dead;
branches;
next	1.2;

1.2
date	96.10.16.08.15.19;	author max;	state Exp;
branches;
next	1.1;

1.1
date	96.09.19.11.33.49;	author max;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.09.19.11.33.49;	author max;	state Exp;
branches;
next	;


desc
@@


1.3
log
@2011-09-23 devel/libnotifymm: Doesn't build and isn't used by anything.
2011-09-11 games/abuse: BROKEN after games/abuse_sdl update
2011-09-01 security/donkey: No more public distfiles
2011-09-01 graphics/moth: No more public distfiles
2011-09-01 net-mgmt/aguri: No more public distfiles
2011-09-01 games/senso: No more public distfiles
2011-09-01 net-im/jabber-users-agent: No more public distfiles
2011-09-01 games/cchess: No more public distfiles
@
text
@*** src/Makefile.in.orig	Sun Apr 30 14:13:56 1995
--- src/Makefile.in	Wed Oct 16 17:03:57 1996
***************
*** 2,8 ****
  # Makefile for Donkey
  #
  
! BINDIR = /usr/local/bin
  
  SRCS = donkey.c getopt.c passphrase.c btoe.c skey.c md.c md2.c md4.c md5.c
  OBJS = donkey.o getopt.o passphrase.o btoe.o skey.o md.o md2.o md4.o md5.o
--- 2,9 ----
  # Makefile for Donkey
  #
  
! PREFIX ?= /usr/local
! BINDIR = ${PREFIX}/bin
  
  SRCS = donkey.c getopt.c passphrase.c btoe.c skey.c md.c md2.c md4.c md5.c
  OBJS = donkey.o getopt.o passphrase.o btoe.o skey.o md.o md2.o md4.o md5.o
***************
*** 10,16 ****
  CMPT = key
  
  CC	= @@CC@@
! CFLAGS	= @@CFLAGS@@
  #CFLAGS	= -Aa -D_INCLUDE_POSIX_SOURCE
  DEFS	= @@DEFS@@
  #DEFS = -DDefaultMD=MD5
--- 11,17 ----
  CMPT = key
  
  CC	= @@CC@@
! CFLAGS	+= @@CFLAGS@@
  #CFLAGS	= -Aa -D_INCLUDE_POSIX_SOURCE
  DEFS	= @@DEFS@@
  #DEFS = -DDefaultMD=MD5
***************
*** 25,32 ****
  	$(CC) -o $(PROG) $(CFLAGS) $(OBJS) $(LIBS)
  
  install:
! 	cp $(PROG) $(BINDIR)
! 	ln -s $(PROG) $(BINDIR)/$(CMPT)
  
  clean:
  	rm -f $(PROG) $(OBJS)
--- 26,33 ----
  	$(CC) -o $(PROG) $(CFLAGS) $(OBJS) $(LIBS)
  
  install:
! 	install -cs -o bin -g bin -m 755  $(PROG) $(BINDIR)
! 	ln -fs $(PROG) $(BINDIR)/$(CMPT)
  
  clean:
  	rm -f $(PROG) $(OBJS)
@


1.2
log
@Changed flags for ln in the install: target in the Makefile to -s to -fs.

Noticed by:	asami
@
text
@@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
--- src/Makefile.in	Thu Sep 19 03:17:50 1996
d39 1
a39 1
*** 25,31 ****
d44 1
a44 1
  	ln -s $(PROG) $(BINDIR)/$(CMPT)
d47 2
a48 1
--- 26,32 ----
d53 1
a53 1
  	ln -s $(PROG) $(BINDIR)/$(CMPT)
d56 1
@


1.1.1.1
log
@An alternative for S/KEY's key command.
@
text
@@
