]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - libexec/rshd/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>