1
0
Fork 0
postfix/Makefile
Daniel Baumann 75cf244379
Adding upstream version 3.10.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 14:19:32 +02:00

22 lines
438 B
Makefile

# Usage:
# make makefiles [name=value]...
#
# See makedefs for a description of available options.
# Examples:
#
# make makefiles
# make makefiles CC="purify cc"
# make makefiles CC=cc OPT=
#
SHELL = /bin/sh
default: update
update depend clean tidy depend_update: Makefiles
$(MAKE) MAKELEVEL= $@
install upgrade:
@echo Please review the INSTALL instructions first.
makefiles Makefiles:
$(MAKE) -f Makefile.in MAKELEVEL= Makefiles