This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / kerberosIV / make_keypair / Makefile
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
# $Id$
PROG= make_keypair
MAN8= make_keypair.8
CFLAGS+=-DKERBEROS -I${.CURDIR}/../register
DPADD= ${LIBKRB} ${LIBDES}
LDADD= -lkdb -lkrb -ldes
.include <bsd.prog.mk>