[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / x99token

File: [local] / src / usr.bin / x99token / Makefile (download)

Revision 1.1, Wed Aug 1 21:22:16 2001 UTC (22 years, 10 months ago) by millert
Branch: MAIN

x99token, a software x99 token calculator from Paul Borman that can
be used with login_token and friends.

#	BSDI $Id: Makefile,v 1.1 2001/08/01 21:22:16 millert Exp $

PROG=	x99token
SRCS=	x99token.c
CFLAGS+=-DKRBDES
LDADD+=	-ldes

.include <bsd.prog.mk>