]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/rlogind/Makefile
This is the same alloca() fix as was committed for i386. David O'Brien
[FreeBSD/FreeBSD.git] / libexec / rlogind / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 PROG=   rlogind
5 SRCS=   rlogind.c
6 MAN=    rlogind.8
7 DPADD=  ${LIBUTIL}
8 LDADD=  -lutil
9 CFLAGS+= -Wall -DINET6
10
11 .include <bsd.prog.mk>