Browse Source

unbreak make release, spotted by todd and kurt

OPENBSD_4_6
jacekm 15 years ago
parent
commit
67549a9fb7
2 changed files with 4 additions and 3 deletions
  1. +1
    -2
      src/etc/Makefile
  2. +3
    -1
      src/etc/mail/Makefile

+ 1
- 2
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.269 2009/03/17 00:13:59 gilles Exp $
# $OpenBSD: Makefile,v 1.270 2009/03/18 01:56:52 jacekm Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@ -87,7 +87,6 @@ distribution-etc-root-var: distrib-dirs
${INSTALL} -c -o root -g wheel -m 600 ipsec.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 sasyncd.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 snmpd.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g _smtpd -m 644 smtpd.conf ${DESTDIR}/etc/mail
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev
cd root; \


+ 3
- 1
src/etc/mail/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2007/02/27 02:22:01 beck Exp $
# $OpenBSD: Makefile,v 1.6 2009/03/18 01:56:52 jacekm Exp $
#
# Generate the various .db versions from their source files.
# The sendmail .mc files are not built here. They live in
@ -45,6 +45,8 @@ distribution:
${DESTDIR}/etc/mail/virtusertable
${INSTALL} -c -o root -g wheel -m 644 spamd.conf \
${DESTDIR}/etc/mail/spamd.conf
${INSTALL} -c -o root -g wheel -m 644 smtpd.conf \
${DESTDIR}/etc/mail/smtpd.conf
makemap hash ${DESTDIR}/etc/mail/virtusertable < virtusertable
@for db in access.db aliases.db genericstable.db mailertable.db \
virtusertable.db; do \


Loading…
Cancel
Save