diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 10:49:29 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 10:49:29 +0000 |
| commit | 731db6a428d2389caf3795ff50f1895f04b80899 (patch) | |
| tree | 89a40f7c173c6b1d806a55aabbfb302e1bef918c /lib/libsm/Makefile | |
| parent | 39a855c2a172e19ec53d22a94f308bbf259dfcf7 (diff) | |
Notes
Diffstat (limited to 'lib/libsm/Makefile')
| -rw-r--r-- | lib/libsm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsm/Makefile b/lib/libsm/Makefile index a248736950e3..62981aae7981 100644 --- a/lib/libsm/Makefile +++ b/lib/libsm/Makefile @@ -6,7 +6,7 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I. CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL -.if !defined(NOINET6) +.if !defined(NO_INET6) CFLAGS+=-DNETINET6 .endif |
