diff options
author | David Krause <david@cvs.openbsd.org> | 1995-12-26 17:24:59 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 1995-12-26 17:24:59 +0000 |
commit | 97a5feea7a157c36f81792610d6d2fa2112ed5aa (patch) | |
tree | b74025c649eba57dec35f644ae9a0e4adeedb63f | |
parent | a85c6b63a6e68008d0e86a932ea1aca1000a9332 (diff) |
Fix pasto that caused 'make distribution' to break when installing ppp.
-rw-r--r-- | etc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 6030bf48942..020bd1d1ec9 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -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 |