diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2009-03-17 00:14:00 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2009-03-17 00:14:00 +0000 |
commit | 3fff496cd16b82a605403b1451ab59f0a84b3471 (patch) | |
tree | a165efad6124abe233fab5bab335469ef8ddb11f /etc/Makefile | |
parent | f34ef141168f351edfb3c69eb3379613aca221fb (diff) |
enable smtpd in the build
"please enable it" deraadt@
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index d0fa8caf22d..b5a95be9f47 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.268 2008/06/15 01:52:19 todd Exp $ +# $OpenBSD: Makefile,v 1.269 2009/03/17 00:13:59 gilles Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -87,6 +87,7 @@ 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; \ |