Fix a name conflict with C99 round(3).
Submitted by: das
This commit is contained in:
parent
9a268eef5f
commit
08fa48ea8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111186
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue