summaryrefslogtreecommitdiffstats
path: root/usr.sbin/watch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/watch/Makefile')
-rw-r--r--usr.sbin/watch/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile
new file mode 100644
index 0000000..e8a8ea6
--- /dev/null
+++ b/usr.sbin/watch/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+PROG= watch
+MAN= watch.8
+
+WARNS?= 2
+
+DPADD= ${LIBTERMCAP}
+LDADD= -ltermcap
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud