aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2003-06-08 10:49:08 +0000
committerDimitri Sokolyuk <demon@dim13.org>2003-06-08 10:49:08 +0000
commit53e46eabcb5a98ea4f79a9ad34e0b79704d63031 (patch)
tree7f3d6d0972384c137abaa236830fd3f7b0ca24fc /Makefile
parent284f46da02a1b49fac1c8a378e565a4e6edf561b (diff)
port to OpenBSD
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..c55ca35
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+PROG= watch
+BINDIR= /usr/local/bin
+NOMAN= noman
+PDADD= ${LIBCURSES}
+LDADD= -lcurses
+
+. include <bsd.prog.mk> \ No newline at end of file