]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - libexec/rshd/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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>