summaryrefslogtreecommitdiff
path: root/devel/calibrator/files/patch-Makefile
blob: a5636a9c1016cf6d04368f330fc2b3503fbd9d3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.orig	Mon Oct 13 11:14:02 2003
+++ Makefile	Mon Oct 13 11:16:20 2003
@@ -0,0 +1,8 @@
+PROG=	calibrator
+SRCS=	calibrator.c
+NO_MAN=	defined
+
+CFLAGS+=	-D_ANSI_SOURCE
+LDADD+=	-lm
+
+.include <bsd.prog.mk>