aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makemap
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-08-06 23:01:49 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-08-06 23:01:49 +0000
commit170812ea7a660ba9ced7ed92c13a6c28fd41307b (patch)
tree72820889f5c7db907a1740b543072166b68151c8 /usr.sbin/makemap
parent448bbb58059594280e0c3f2e3e5a03c4c715212e (diff)
downloadsrc-170812ea7a660ba9ced7ed92c13a6c28fd41307b.tar.gz
src-170812ea7a660ba9ced7ed92c13a6c28fd41307b.zip
Add snprintf.c to SRCS so that the function quad_to_string exists. The
snprintf function itself is still #ifdef'd out by conf.h. This allows this program to link when compiled without optimization. With optimization, the call to quad_to_string gets removed by the compiler. Unfortunately the linker still links in the quad_to_string function even though it isn't called. 8-(
Notes
Notes: svn path=/head/; revision=38150
Diffstat (limited to 'usr.sbin/makemap')
-rw-r--r--usr.sbin/makemap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/makemap/Makefile b/usr.sbin/makemap/Makefile
index b0878221e2b4..735e285c8ccc 100644
--- a/usr.sbin/makemap/Makefile
+++ b/usr.sbin/makemap/Makefile
@@ -1,7 +1,7 @@
# @(#)Makefile 8.4 (Berkeley) 6/10/97
PROG= makemap
-SRCS= makemap.c safefile.c #snprintf.c
+SRCS= makemap.c safefile.c snprintf.c
MAN8= makemap.8
CFLAGS+=-I${.CURDIR}/../../contrib/sendmail/src -DNEWDB -DNOT_SENDMAIL