head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2004.03.17.06.05.03;	author morrison;	state dead;
branches;
next	1.1;

1.1
date	2004.03.17.05.30.52;	author morrison;	state Exp;
branches;
next	;


desc
@@


1.2
log
@add simple autoconf wrapping to handle detection of libcrypt when needed
@
text
@LDFLAGS=-lcrypt

all:	enigma

install:	enigma
	cp enigma /usr/brlcad/bin/.
	cp enigma.1 /usr/brlcad/man/man1/.
	ln -s enigma /usr/brlcad/bin/crypt

clean:
	rm -f enigma *.o
@


1.1
log
@add enigma, the public domain crypt replacement to the distribution for convenience
@
text
@@

