Deleted Added
full compact
Makefile (140941) Makefile (201380)
1# From: @(#)Makefile 8.1 (Berkeley) 6/4/93
1# From: @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/libexec/rshd/Makefile 140941 2005-01-28 16:08:11Z ru $
2# $FreeBSD: head/libexec/rshd/Makefile 201380 2010-01-02 09:50:19Z ed $
3
4PROG= rshd
5MAN= rshd.8
6
3
4PROG= rshd
5MAN= rshd.8
6
7WARNS?= 3
7WFORMAT=0
8
9DPADD= ${LIBUTIL} ${LIBPAM}
10LDADD= -lutil ${MINUSLPAM}
11
12.include <bsd.prog.mk>
8WFORMAT=0
9
10DPADD= ${LIBUTIL} ${LIBPAM}
11LDADD= -lutil ${MINUSLPAM}
12
13.include <bsd.prog.mk>