diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-22 17:05:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-22 17:05:46 +0000 |
commit | 495cb63db8a231ce0d15d0bcd5ed87cad8b82d45 (patch) | |
tree | 1f3974ff44293723b67cae091213a781f24cc321 /etc | |
parent | 4b9aab361d2da55ed3235cf778902e89031d52e4 (diff) |
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.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index ef7702f5fd6..872e89f9d82 100644 --- a/etc/Makefile +++ b/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 |