diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-08-14 00:56:59 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-08-14 00:56:59 +0000 |
commit | b206e3f82f85465264f814947f71b8b43a60664e (patch) | |
tree | c761cfe4badd40c37172376e6e3ac577d8cc0de4 /usr.bin/x99token/Makefile | |
parent | b2d6fb48f8d08bda963991f5392ecc7856496a29 (diff) |
o OpenBSD tag
o No longer need KRBDES define
o Remove unneeded SRCS definition
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> |