# @(#)Makefile 8.1 (Berkeley) 6/4/93 # $FreeBSD$ .include PROG= rlogind MAN= rlogind.8 LIBADD= util WARNS?= 2 .if ${MK_INET6_SUPPORT} != "no" CFLAGS+= -DINET6 .endif .include