artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17600e3
)
grr 2 not p in rpc.yppasswdd, one of the hardest commands in openbsd to type
author
deraadt
<deraadt@openbsd.org>
Thu, 5 Sep 1996 12:49:35 +0000
(12:49 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 5 Sep 1996 12:49:35 +0000
(12:49 +0000)
libexec/Makefile
patch
|
blob
|
history
diff --git
a/libexec/Makefile
b/libexec/Makefile
index
68babbb
..
91f33e4
100644
(file)
--- 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.ypp
p
asswdd
+SUBDIR+=rpc.yppasswdd
.endif
.include <bsd.subdir.mk>