NetBSD/usr.sbin/sendmail/Makefile

15 lines
278 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 1998/09/29 07:03:37 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
SUBDIR= src mailstats makemap praliases smrsh
.if !defined(NOSHARE)
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>