1999-02-13 05:54:17 +03:00
|
|
|
# $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
|
|
|
|
1999-02-13 05:54:17 +03:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
1998-09-29 11:03:37 +04:00
|
|
|
SUBDIR= src mailstats makemap praliases smrsh
|
|
|
|
|
1999-02-13 05:54:17 +03:00
|
|
|
.if ${MKSHARE} != "no"
|
1998-09-29 11:03:37 +04:00
|
|
|
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
|
1994-06-25 09:57:47 +04:00
|
|
|
.endif
|
1998-09-29 11:03:37 +04:00
|
|
|
.endif
|
1994-06-25 09:57:47 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.subdir.mk>
|