Browse Source

No automatic in-tree modification. my bad!

OPENBSD_3_1
todd 22 years ago
parent
commit
a7b9d4fc2f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/Makefile

+ 2
- 2
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.142 2002/01/23 08:21:22 todd Exp $
# $OpenBSD: Makefile,v 1.143 2002/02/08 20:13:36 todd Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -55,7 +55,7 @@ distribution-etc-root-var distribution distrib-dirs release snapshot:
@echo setenv DESTDIR before doing that!
@false
.else
distribution-etc-root-var: distrib-dirs allarchs
distribution-etc-root-var: distrib-dirs
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc
cat etc.${MACHINE}/ttys ttys.pty > ${DESTDIR}/etc/ttys && \
chown ${BINOWN} ${DESTDIR}/etc/ttys && \


Loading…
Cancel
Save