NetBSD/gnu/usr.sbin/Makefile

13 lines
228 B
Makefile
Raw Normal View History

2001-12-15 06:23:39 +03:00
# $NetBSD: Makefile,v 1.5 2001/12/15 03:23:39 thorpej Exp $
# XXX Temporary for NO_SENDMAIL
.include <bsd.own.mk>
2001-12-15 06:23:39 +03:00
SUBDIR= dbsym mdsetimage postfix
.if !defined(NO_SENDMAIL)
SUBDIR+= sendmail
.endif
.include <bsd.subdir.mk>