NetBSD/gnu/usr.sbin/sendmail/Makefile
enami 5d9e26fa5b - Use PRINTOBJDIR and .WAIT where appropriate.
- Define PARALLEL in gdb/Makefile since multiple yacc might run.
2001-01-09 08:52:56 +00:00

20 lines
317 B
Makefile

# $NetBSD: Makefile,v 1.4 2001/01/09 08:52:59 enami Exp $
.include <bsd.own.mk>
SUBDIR= libsmdb libsmutil .WAIT \
sendmail mailstats makemap praliases smrsh
.if ${MKDOC} != "no"
SUBDIR+= doc
.endif
.if ${MKSHARE} != "no"
SUBDIR+= cf/cf
.if make(install)
SUBDIR+= cf
.endif
.endif
.include <bsd.subdir.mk>