Browse Source

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.
OPENBSD_5_6
deraadt 10 years ago
parent
commit
f3d3d691bf
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/Makefile

+ 2
- 1
src/etc/Makefile View File

@ -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 TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain LOCALTIME= Canada/Mountain
@ -217,6 +217,7 @@ distribution-etc-root-var: distrib-dirs
cd ../lib/libcrypto && exec ${MAKE} distribution cd ../lib/libcrypto && exec ${MAKE} distribution
cd ../usr.bin/bgplg && exec ${MAKE} distribution cd ../usr.bin/bgplg && exec ${MAKE} distribution
cd ../usr.bin/mail && 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/ldapd && exec ${MAKE} distribution
cd ../usr.sbin/nginx && exec ${MAKE} -f Makefile.bsd-wrapper distribution cd ../usr.sbin/nginx && exec ${MAKE} -f Makefile.bsd-wrapper distribution
cd ../usr.sbin/npppd && exec ${MAKE} distribution cd ../usr.sbin/npppd && exec ${MAKE} distribution


Loading…
Cancel
Save