]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - libexec/rshd/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 WARNS?= 3
8 WFORMAT=0
9
10 DPADD=  ${LIBUTIL} ${LIBPAM}
11 LDADD=  -lutil ${MINUSLPAM}
12
13 .include <bsd.prog.mk>