From: deraadt Date: Thu, 5 Sep 1996 09:57:29 +0000 (+0000) Subject: rpc.yppasswdd, not rpc.yppasswd; obviously peter tested the non-YP case :) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7551cf089909c037b4572d51d765260075005ff6;p=openbsd rpc.yppasswdd, not rpc.yppasswd; obviously peter tested the non-YP case :) --- diff --git a/libexec/Makefile b/libexec/Makefile index 1c4f4781a45..68babbb7b87 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $Id: Makefile,v 1.5 1996/09/04 22:52:03 deraadt Exp $ +# $Id: Makefile,v 1.6 1996/09/05 09:57:29 deraadt Exp $ .include @@ -9,7 +9,7 @@ SUBDIR= atrun comsat fingerd ftpd getNAME getty identd lfs_cleanerd \ talkd telnetd tftpd uucpd .if defined(YP) -SUBDIR+=rpc.ypppasswd +SUBDIR+=rpc.ypppasswdd .endif .include