diff options
author | ugen <ugen@FreeBSD.org> | 1995-02-17 14:36:03 +0000 |
---|---|---|
committer | ugen <ugen@FreeBSD.org> | 1995-02-17 14:36:03 +0000 |
commit | d722999cd2925b85f776c88db4e503638f07d956 (patch) | |
tree | 9baf771e3858032fbb95f2cb41b0603beaccd60a /usr.sbin/watch/Makefile | |
parent | 13df0148b9108f7f2c202ae5b79257e0fa78dbb4 (diff) | |
download | FreeBSD-src-d722999cd2925b85f776c88db4e503638f07d956.zip FreeBSD-src-d722999cd2925b85f776c88db4e503638f07d956.tar.gz |
This is watch - programm to work with /dev/snp,
it still lacks manpage-i will commit it today later.
For now to test try: watch [ttyname] :)
Diffstat (limited to 'usr.sbin/watch/Makefile')
-rw-r--r-- | usr.sbin/watch/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile new file mode 100644 index 0000000..3d54163 --- /dev/null +++ b/usr.sbin/watch/Makefile @@ -0,0 +1,6 @@ +PROG= watch +NOMAN= +BINMODE=500 +LDADD= -ltermcap + +.include <bsd.prog.mk> |