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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # $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
2
3 PROG= teken_demo
4 LDADD= -lncursesw -lteken -lutil
5 MAN=
6
7 WARNS?= 6
8
9 .include <bsd.prog.mk>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698