4e1f96faf8
of the Makefiles as suggested by Christos Zoulas.
18 lines
451 B
Makefile
18 lines
451 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/06/25 18:21:50 tron Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= lib .WAIT libexec man sbin share
|
|
|
|
# The configinstall: target is invoked from the make distribution
|
|
# target in src/etc/Makefile. It is there for building the /etc/
|
|
# set. You don't want to run it normally as it would blow away your
|
|
# /etc/postfix directory.
|
|
|
|
configinstall:
|
|
${MAKEDIRTARGET} etc configinstall
|
|
|
|
.include "Makefile.inc"
|
|
|
|
.include <bsd.subdir.mk>
|