summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 01:19:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 01:19:41 +0000
commitbe5133be93f99257ff553dce82b4027ab1b0c036 (patch)
treee5b8878d1637ac27a2eff1553edddc56d75f2485 /etc/Makefile
parentca56d8810117a78e8ff795b657d34c75b0acc193 (diff)
install yp Makefile from here
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 536cf49444d..52aeea22ca6 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
+# $NetBSD: Makefile,v 1.51 1995/11/01 13:52:40 pk Exp $
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.2 1995/11/01 16:42:45 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@@ -67,6 +67,8 @@ distribution: distrib-dirs
ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime
/bin/rm -f ${DESTDIR}/etc/rmt
ln -s /usr/sbin/rmt ${DESTDIR}/etc/rmt
+ install -c -o root -g wheel -m 644 Makefile.yp \
+ ${DESTDIR}/var/yp.no/Makefile
install -c -o ${BINOWN} -g operator -m 664 /dev/null \
${DESTDIR}/etc/dumpdates
install -c -o ${BINOWN} -g operator -m 644 /dev/null \