summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1995-11-06 21:35:06 +0000
committerderaadt <deraadt@openbsd.org>1995-11-06 21:35:06 +0000
commita7ae4f3b0e8ff24412fe9339fd26f13f76324f8d (patch)
tree6e20a22b89fae0697c46d965cc99ab6cdf0d42b3
parentavoid bus_tmp() because mapiodev() may reuse that mapping, which would be a catastrophe (diff)
downloadwireguard-openbsd-a7ae4f3b0e8ff24412fe9339fd26f13f76324f8d.tar.xz
wireguard-openbsd-a7ae4f3b0e8ff24412fe9339fd26f13f76324f8d.zip
install the correct "ypmake" Makefile
-rw-r--r--usr.sbin/ypserv/ypinit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ypserv/ypinit/Makefile b/usr.sbin/ypserv/ypinit/Makefile
index 618ebfd4132..bc5ba74520b 100644
--- a/usr.sbin/ypserv/ypinit/Makefile
+++ b/usr.sbin/ypserv/ypinit/Makefile
@@ -1,11 +1,11 @@
# from: @(#)Makefile 5.3 (Berkeley) 6/22/90
-# $Id: Makefile,v 1.1 1995/11/01 16:56:27 deraadt Exp $
+# $Id: Makefile,v 1.2 1995/11/06 21:35:06 deraadt Exp $
-FILES= Makefile.main Makefile.yp
+FILES= Makefile.yp
NOOBJ= noobj
install:
- install -c -o root -g wheel -m 751 ${FILES} ${DESTDIR}/var/yp
+ install -c -o root -g wheel -m 644 Makefile.yp ${DESTDIR}/var/yp/Makefile
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/ypinit.sh ${DESTDIR}/usr/sbin/ypinit