diff options
author | 1996-09-05 12:49:35 +0000 | |
---|---|---|
committer | 1996-09-05 12:49:35 +0000 | |
commit | de58ab929a88c67996d5f533035a00c5839c198d (patch) | |
tree | 04dc5106edec68c2811a7b30363abf97403768d9 | |
parent | 1 char oflow; bitblt & deraadt (diff) | |
download | wireguard-openbsd-de58ab929a88c67996d5f533035a00c5839c198d.tar.xz wireguard-openbsd-de58ab929a88c67996d5f533035a00c5839c198d.zip |
grr 2 not p in rpc.yppasswdd, one of the hardest commands in openbsd to type
-rw-r--r-- | libexec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 68babbb7b87..91f33e41c61 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $Id: Makefile,v 1.6 1996/09/05 09:57:29 deraadt Exp $ +# $Id: Makefile,v 1.7 1996/09/05 12:49:35 deraadt Exp $ .include <bsd.own.mk> @@ -9,7 +9,7 @@ SUBDIR= atrun comsat fingerd ftpd getNAME getty identd lfs_cleanerd \ talkd telnetd tftpd uucpd .if defined(YP) -SUBDIR+=rpc.ypppasswdd +SUBDIR+=rpc.yppasswdd .endif .include <bsd.subdir.mk> |