blob: 3356f5dac54c1ebd7c50efa801bd5669735f191f (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.12 2013/07/21 09:38:51 eric Exp $
.include <bsd.own.mk>
SUBDIR = makemap smtpd smtpctl
SUBDIR+= table-ldap
SUBDIR+= table-passwd
SUBDIR+= table-sqlite
.include <bsd.subdir.mk>
|