xref: /netbsd/libexec/rlogind/Makefile (revision c4a72b64)
1#	$NetBSD: Makefile,v 1.9 2002/08/20 13:14:41 christos Exp $
2#	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
3
4PROG=	rlogind
5MAN=	rlogind.8
6DPADD=	${LIBUTIL}
7LDADD=	-lutil
8
9CPPFLAGS+=	-DINET6 -DSUPPORT_UTMP -DSUPPORT_UTMPX
10
11.include <bsd.prog.mk>
12