NetBSD/usr.sbin/sendmail/Makefile

17 lines
302 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.15 1999/02/13 02:55:00 lukem Exp $
1998-01-09 11:03:16 +03:00
#
1996-11-18 08:29:14 +03:00
# @(#)Makefile 8.15 (Berkeley) 9/21/96
1993-03-21 12:45:37 +03:00
.include <bsd.own.mk>
SUBDIR= src mailstats makemap praliases smrsh
.if ${MKSHARE} != "no"
SUBDIR+= cf/cf
1994-06-30 09:33:30 +04:00
.if make(install)
1997-07-17 03:58:21 +04:00
SUBDIR+= doc/intro doc/op cf
.endif
.endif
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>