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

Unified Diff: third_party/libteken/teken/demo/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/demo/Makefile
diff --git a/third_party/libteken/teken/demo/Makefile b/third_party/libteken/teken/demo/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..0e1522e9fc6693f1be7a8078280a607373c8323a
--- /dev/null
+++ b/third_party/libteken/teken/demo/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD: head/sys/teken/demo/Makefile 226341 2011-10-13 14:20:27Z ed $
jamesr 2015/05/05 17:22:27 can we leave this out? we don't need it and i thin
+
+PROG= teken_demo
+LDADD= -lncursesw -lteken -lutil
+MAN=
+
+WARNS?= 6
+
+.include <bsd.prog.mk>

Powered by Google App Engine
This is Rietveld 408576698