1# $MirOS: src/gnu/usr.sbin/sendmail/Makefile,v 1.5 2010/12/19 17:54:14 tg Exp $
2# $OpenBSD: Makefile,v 1.10 2010/10/17 22:54:37 schwarze Exp $
3
4# We only use these libs internally
5.if !make(install)
6SUBDIR= libsmutil libsmdb libsm
7.else
8SUBDIR=
9.endif
10
11# The bits we install
12SUBDIR+= libmilter sendmail mailstats makemap praliases smrsh editmap cf/cf
13
14# Extra bits we don't build/install right now
15#SUBDIR+= mail.local rmail vacation
16
17# These just get installed verbatim
18.if make(install)
19SUBDIR+= doc/op cf
20.endif
21
22afterinstall:
23	${INSTALL} -c -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} LICENSE \
24	    ${DESTDIR}${DOCDIR}/legal/LICENCE.smtpd
25
26.include <bsd.subdir.mk>
27