summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2009-07-09 15:31:38 +0000
committerDimitri Sokolyuk <demon@dim13.org>2009-07-09 15:31:38 +0000
commit9366cc90b9547fa1e7d803576c23d9cbc5d74d38 (patch)
tree61757f9c6ef1c1f456c273acd8cc210b72b07cdc /Makefile
aclock initial import
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..49aaf91
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+# $Id$
+
+PROG= aclock
+LDADD= -lcurses -lm
+NOMAN=
+
+. include <bsd.prog.mk>