NetBSD/usr.bin/rlogin/Makefile

20 lines
371 B
Makefile
Raw Normal View History

2002-06-14 04:55:18 +04:00
# $NetBSD: Makefile,v 1.17 2002/06/14 00:55:18 wiz Exp $
1995-03-21 10:58:28 +03:00
# @(#)Makefile 8.1 (Berkeley) 7/19/93
1993-03-21 12:45:37 +03:00
PROG= rlogin
SRCS= rlogin.c
2002-06-14 04:55:18 +04:00
WARNS= 2
1997-02-21 10:52:37 +03:00
1993-03-21 12:45:37 +03:00
BINOWN= root
BINMODE=4555
# XXX Kerberos support broken right now.
#SRCS+= kcmd.c
#CPPFLAGS+=-DKERBEROS -DCRYPT
#DPADD+= ${LIBKSTREAM} ${LIBKRB} ${LIBDES} ${LIBCOM_ERR}
#LDADD+= -lkstream -lkrb -ldes -lcom_err
1999-07-13 02:11:37 +04:00
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>