Deleted Added
full compact
Makefile (67001) Makefile (74529)
1# From: @(#)Makefile 8.1 (Berkeley) 6/4/93
1# From: @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/libexec/rshd/Makefile 67001 2000-10-12 07:18:20Z ru $
2# $FreeBSD: head/libexec/rshd/Makefile 74529 2001-03-20 18:10:13Z ru $
3
4PROG= rshd
5SRCS= rshd.c
3
4PROG= rshd
5SRCS= rshd.c
6MAN8= rshd.8
7
8#CFLAGS+= -DCRYPT
9
10# For login_cap handling
11CFLAGS+=-DLOGIN_CAP -Wall
12DPADD+= ${LIBUTIL}
13LDADD+= -lutil
14
15# IPv6 support
16CFLAGS+= -DINET6
17
18.include <bsd.prog.mk>
6
7#CFLAGS+= -DCRYPT
8
9# For login_cap handling
10CFLAGS+=-DLOGIN_CAP -Wall
11DPADD+= ${LIBUTIL}
12LDADD+= -lutil
13
14# IPv6 support
15CFLAGS+= -DINET6
16
17.include <bsd.prog.mk>