9 lines
169 B
Makefile
9 lines
169 B
Makefile
# @(#)Makefile 8.12 (Berkeley) 5/29/95
|
|
|
|
SUBDIR= src mailstats makemap praliases cf/cf
|
|
.if make(install)
|
|
SUBDIR+= doc/intro doc/op
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|