From f3d3d691bf01ec0a93323371ac9b347ded64e136 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 22 Jul 2014 17:05:45 +0000 Subject: [PATCH] Repair two deep targets mistakenly called as afterinstall, rather than distribution. These would modify files in /etc, part of the base set, but still... that makes it harder to discern their sets placement. --- src/etc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index ef7702f5..872e89f9 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.384 2014/07/16 19:08:54 deraadt Exp $ +# $OpenBSD: Makefile,v 1.385 2014/07/22 17:05:45 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -217,6 +217,7 @@ distribution-etc-root-var: distrib-dirs cd ../lib/libcrypto && exec ${MAKE} distribution cd ../usr.bin/bgplg && exec ${MAKE} distribution cd ../usr.bin/mail && exec ${MAKE} distribution + cd ../usr.sbin/sliplogin && exec ${MAKE} distribution cd ../usr.sbin/ldapd && exec ${MAKE} distribution cd ../usr.sbin/nginx && exec ${MAKE} -f Makefile.bsd-wrapper distribution cd ../usr.sbin/npppd && exec ${MAKE} distribution