summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail/libsmutil
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-05-15 03:37:34 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-05-15 03:37:34 +0000
commitd7f66e7bc50f7fb098e10aa9f79596e7e895eb2f (patch)
treeee350461c3615d1469dbe0438a63273696721e07 /gnu/usr.sbin/sendmail/libsmutil
parenta582c77134b70f81a9ab54b67a2f9f7f64115ea9 (diff)
since Makefile.inc is included at the end, do ENVDEF+= there
and use ENVDEF= in the Makefile (this was reversed). Also, pull in the right Makefile.inc for things that don't get installed in usr.sbin.
Diffstat (limited to 'gnu/usr.sbin/sendmail/libsmutil')
-rw-r--r--gnu/usr.sbin/sendmail/libsmutil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/libsmutil/Makefile b/gnu/usr.sbin/sendmail/libsmutil/Makefile
index c32c7a51ccf..6e1ce3cc1ff 100644
--- a/gnu/usr.sbin/sendmail/libsmutil/Makefile
+++ b/gnu/usr.sbin/sendmail/libsmutil/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.2 2000/04/02 19:48:31 millert Exp $
+# $OpenBSD: Makefile,v 1.3 2000/05/15 03:37:32 millert Exp $
LIB= smutil
SRCS= debug.c errstring.c lockfile.c safefile.c snprintf.c
-ENVDEF+=-DNOT_SENDMAIL
+ENVDEF= -DNOT_SENDMAIL
# This is not a library that gets installed so only build the .a version
NOPROFILE=1