summaryrefslogtreecommitdiffstats
path: root/libexec/rshd/Makefile
diff options
context:
space:
mode:
authordavidn <davidn@FreeBSD.org>1997-04-23 03:06:47 +0000
committerdavidn <davidn@FreeBSD.org>1997-04-23 03:06:47 +0000
commit9467d57b922b83f1ac59694b521172ee6b938fbc (patch)
tree49fb30b3aa836822da030ea17cb72dc98d83b4a2 /libexec/rshd/Makefile
parentf2c9e5e66bdaff52852d6ab6f492270ff9f5413e (diff)
downloadFreeBSD-src-9467d57b922b83f1ac59694b521172ee6b938fbc.zip
FreeBSD-src-9467d57b922b83f1ac59694b521172ee6b938fbc.tar.gz
Added login.conf support.
Diffstat (limited to 'libexec/rshd/Makefile')
-rw-r--r--libexec/rshd/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile
index 5d5cef8..c94f453 100644
--- a/libexec/rshd/Makefile
+++ b/libexec/rshd/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id$
+# $Id: Makefile,v 1.6 1997/02/22 14:22:22 peter Exp $
PROG= rshd
SRCS= rshd.c
@@ -13,4 +13,9 @@ LDADD= -lkrb -ldes
DISTRIBUTION= krb
.endif
+# For login_cap handling
+CFLAGS+=-DLOGIN_CAP
+DPADD+= ${LIBUTIL}
+LDADD+= -lutil
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud