]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/rlogind/Makefile
This commit was generated by cvs2svn to compensate for changes in r146293,
[FreeBSD/FreeBSD.git] / libexec / rlogind / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 PROG=   rlogind
5 MAN=    rlogind.8
6 DPADD=  ${LIBUTIL}
7 LDADD=  -lutil
8 CFLAGS+= -Wall -DINET6
9
10 .include <bsd.prog.mk>