]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - libexec/rshd/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / libexec / rshd / Makefile
1 # From: @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 PROG=   rshd
5 MAN=    rshd.8
6
7 WFORMAT=0
8
9 DPADD=  ${LIBUTIL} ${LIBPAM}
10 LDADD=  -lutil ${MINUSLPAM}
11
12 .include <bsd.prog.mk>