NetBSD/usr.bin/rlogin/Makefile

25 lines
568 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.19 2004/10/16 02:03:54 christos 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 getport.c
WARNS= 3
.PATH.c: ${.CURDIR}/../rsh
CPPFLAGS+=-I${.CURDIR}/../rsh
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.
# XXX Unsupported Kerberos options were removed from man page
# XXX Don't forget to update the man page if you fix Kerberos
#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>