diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-03-12 14:36:18 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-03-12 14:36:18 +0000 |
commit | a794863ac347c2ad088b405b81f3e9d84ef0f07d (patch) | |
tree | 9e637d385351c506a59d0b6636addb200cb55ee8 /kerberosIV/afslog/Makefile | |
parent | dead57e330a620cb0781384e6b769f7a4a126b97 (diff) |
utility to buy AFS-tokens if you happen to have AFS.
Diffstat (limited to 'kerberosIV/afslog/Makefile')
-rw-r--r-- | kerberosIV/afslog/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kerberosIV/afslog/Makefile b/kerberosIV/afslog/Makefile new file mode 100644 index 00000000000..4217aaf1947 --- /dev/null +++ b/kerberosIV/afslog/Makefile @@ -0,0 +1,9 @@ +# from @(#)Makefile 8.1 (Berkeley) 6/1/93 +# $Id: Makefile,v 1.1 1998/03/12 14:36:17 art Exp $ + +PROG= afslog +DPADD= ${LIBKRB} ${LIBDES} ${LIBKAFS} +LDADD= -lkrb -ldes -lkafs +BINDIR= /usr/bin + +.include <bsd.prog.mk> |