xref: /openbsd/usr.sbin/smtpd/Makefile (revision 771fbea0)
1#	$OpenBSD: Makefile,v 1.18 2018/05/24 11:38:24 gilles Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR =	smtpd
6SUBDIR+=	smtpctl
7SUBDIR+=	smtp
8SUBDIR+=	mail
9
10.include <bsd.subdir.mk>
11