summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/Makefile
blob: 58ecb1aed87f5fc0732240370d7cf3ae46949722 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.8 2008/12/17 22:59:36 jacekm Exp $

.include <bsd.own.mk>

SUBDIR = makemap smtpd smtpctl

distribution:
	${INSTALL} -C -o root -g wheel -m 0644 ${.CURDIR}/smtpd.conf \
		${DESTDIR}/etc/mail/smtpd.conf

.include <bsd.subdir.mk>