Sync usage with man page.
[netbsd-mini2440.git] / libexec / rlogind / Makefile
bloba4b7a82d008532f3b9d33b108b7250aa1e3a6b90
1 # $NetBSD: Makefile,v 1.11 2005/01/10 02:58:58 lukem Exp $
2 # from: @(#)Makefile 8.1 (Berkeley) 6/4/93
4 .include <bsd.own.mk>
6 PROG= rlogind
7 MAN= rlogind.8
8 DPADD= ${LIBUTIL}
9 LDADD= -lutil
11 CPPFLAGS+= -DSUPPORT_UTMP -DSUPPORT_UTMPX
13 .if (${USE_INET6} != "no")
14 CPPFLAGS+= -DINET6
15 .endif
17 .include <bsd.prog.mk>