telnetd: Hide global debug symbol.
[dragonfly.git] / libexec / rshd / Makefile
blobb354107fe3d9732ffd60861f677b1342fcd56a4f
1 # From: @(#)Makefile 8.1 (Berkeley) 6/4/93
2 # $FreeBSD: src/libexec/rshd/Makefile,v 1.15.2.3 2001/04/25 10:40:59 ru Exp $
4 PROG= rshd
5 MAN= rshd.8
7 #CFLAGS+= -DCRYPT
9 # For login_cap handling
10 CFLAGS+=-DLOGIN_CAP
11 DPADD+= ${LIBUTIL}
12 LDADD+= -lutil
14 # IPv6 support
15 CFLAGS+= -DINET6
17 .include <bsd.prog.mk>