NetBSD/usr.bin/rlogin/Makefile
thorpej e7d6b96938 Merge a bunch of things from crypto-us and crypto-intl into basesrc,
adding support for Heimdal/KTH Kerberos where easy to do so.  Eliminate
bsd.crypto.mk.

There is still a bunch more work to do, but crypto is now more-or-less
fully merged into the base NetBSD distribution.
2000-06-20 06:00:24 +00:00

20 lines
387 B
Makefile

# $NetBSD: Makefile,v 1.15 2000/06/20 06:00:38 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 7/19/93
PROG= rlogin
SRCS= rlogin.c
BINOWN= root
BINMODE=4555
#INSTALLFLAGS=-fschg
# XXX Kerberos support broken right now.
#SRCS+= kcmd.c
#CPPFLAGS+=-DKERBEROS -DCRYPT
#DPADD+= ${LIBKSTREAM} ${LIBKRB} ${LIBDES} ${LIBCOM_ERR}
#LDADD+= -lkstream -lkrb -ldes -lcom_err
.include <bsd.prog.mk>