diff options
Diffstat (limited to 'usr.bin/x99token/Makefile')
-rw-r--r-- | usr.bin/x99token/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/x99token/Makefile b/usr.bin/x99token/Makefile index 563a07c8973..d87edf82af1 100644 --- a/usr.bin/x99token/Makefile +++ b/usr.bin/x99token/Makefile @@ -1,8 +1,6 @@ -# BSDI $Id: Makefile,v 1.1 2001/08/01 21:22:16 millert Exp $ +# $OpenBSD: Makefile,v 1.2 2001/08/14 00:56:58 millert Exp $ PROG= x99token -SRCS= x99token.c -CFLAGS+=-DKRBDES LDADD+= -ldes .include <bsd.prog.mk> |