Fix a name conflict with C99 round(3).

Submitted by:	das
This commit is contained in:
Bruce M Simpson 2004-06-10 01:46:03 +00:00
parent 9a268eef5f
commit 08fa48ea8b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111186

View file

@ -1,12 +1,13 @@
--- Makefile.orig Mon Oct 13 11:14:02 2003
+++ Makefile Mon Oct 13 11:16:20 2003
@@ -0,0 +1,9 @@
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+PROG= calibrator
+SRCS= calibrator.c
+NOMAN= defined
+
+CFLAGS+= -D_ANSI_SOURCE
+LDADD+= -lm
+
+.include <bsd.prog.mk>