xref: /csrg-svn/libexec/rlogind/Makefile (revision 61440)
1*61440Sbostic#	@(#)Makefile	8.1 (Berkeley) 06/04/93
235442Sbostic
341627SbosticPROG=	rlogind
4*61440SbosticCFLAGS+=-DKERBEROS -DCRYPT
5*61440SbosticSRCS=	rlogind.c des_rw.c
641627SbosticMAN8=	rlogind.0
7*61440SbosticDPADD=	${LIBUTIL} ${LIBKRB} ${LIBDES}
8*61440SbosticLDADD=	-lutil -lkrb -ldes
941627Sbostic.PATH: ${.CURDIR}/../../usr.bin/rlogin
1035442Sbostic
1141627Sbostic.include <bsd.prog.mk>
12