Makefile revision 140941
1#	@(#)Makefile	8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/libexec/rlogind/Makefile 140941 2005-01-28 16:08:11Z ru $
3
4PROG=	rlogind
5MAN=	rlogind.8
6DPADD=	${LIBUTIL}
7LDADD=	-lutil
8CFLAGS+= -Wall -DINET6
9
10.include <bsd.prog.mk>
11