Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(925)

Unified Diff: third_party/libteken/teken/stress/Makefile

Issue 1127823002: Add libteken (from FreeBSD) to third_party. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libteken/teken/stress/Makefile
diff --git a/third_party/libteken/teken/stress/Makefile b/third_party/libteken/teken/stress/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..e68da2feddf2eb8b63b79af55bef56c772ee3a9a
--- /dev/null
+++ b/third_party/libteken/teken/stress/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD: head/sys/teken/stress/Makefile 221698 2011-05-09 16:27:39Z ed $
+
+PROG= teken_stress
+LDADD= -lteken
+MAN=
+
+WARNS?= 6
+
+.include <bsd.prog.mk>

Powered by Google App Engine
This is Rietveld 408576698