diff options
| author | meem <none@none> | 2007-10-22 16:50:32 -0700 |
|---|---|---|
| committer | meem <none@none> | 2007-10-22 16:50:32 -0700 |
| commit | 2032ea7bd13069ba4884066ed18f83bf12b3e247 (patch) | |
| tree | 6d4cb43d8fd80695b778494c44df393fc1bb3cd4 /usr/src/cmd/sendmail | |
| parent | b9238976491622ad75a67ab0c12edf99e36212b9 (diff) | |
| download | illumos-joyent-2032ea7bd13069ba4884066ed18f83bf12b3e247.tar.gz | |
6599659 Makefiles shouldn't have to tear $(RELEASE) apart
Contributed by Roland Mainz <roland.mainz@nrubsig.org>
Diffstat (limited to 'usr/src/cmd/sendmail')
| -rw-r--r-- | usr/src/cmd/sendmail/Makefile.cmd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/cmd/sendmail/Makefile.cmd b/usr/src/cmd/sendmail/Makefile.cmd index 44ba192f31..04ea924717 100644 --- a/usr/src/cmd/sendmail/Makefile.cmd +++ b/usr/src/cmd/sendmail/Makefile.cmd @@ -20,11 +20,12 @@ # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" # -CPPFLAGS.sm= $(CPPFLAGS.master) -DSOLARIS=21100 -D_FILE_OFFSET_BITS=64 +CPPFLAGS.sm= $(CPPFLAGS.master) -DSOLARIS=2$(RELEASE_MINOR)00 \ + -D_FILE_OFFSET_BITS=64 DBMDEF= -DNDBM -DNEWDB -DNIS -DNISPLUS -DUSERDB -DMAP_REGEX -DLDAPMAP |
