From 29175ddf87f715bbf98edb697f2d52f4eda449d7 Mon Sep 17 00:00:00 2001 From: david <> Date: Tue, 26 Dec 1995 17:24:58 +0000 Subject: [PATCH] Fix pasto that caused 'make distribution' to break when installing ppp. --- src/etc/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 6030bf48..020bd1d1 100644 --- a/src/etc/Makefile +++ b/src/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