Browse Source

Fix pasto that caused 'make distribution' to break when installing ppp.

OPENBSD_2_0
david 29 years ago
parent
commit
29175ddf87
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/etc/Makefile

+ 0
- 1
src/etc/Makefile View File

@ -78,7 +78,6 @@ distribution: distrib-dirs
install -c -o root -g wheel -m 644 options.leaf \
${DESTDIR}/etc/ppp; \
install -c -o root -g wheel -m 644 pap-secrets \
${DESTDIR}/etc/ppp; \
${DESTDIR}/etc/ppp)
cd namedb; install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \
${DESTDIR}/etc/namedb


Loading…
Cancel
Save