diff options
author | ugen <ugen@FreeBSD.org> | 1995-02-17 17:53:52 +0000 |
---|---|---|
committer | ugen <ugen@FreeBSD.org> | 1995-02-17 17:53:52 +0000 |
commit | 17d7743fc934dddce3a62b80663fc6696c32af7a (patch) | |
tree | 15e170ea8ba322f41763b0a5fcd994dcaf187e00 /usr.sbin/watch | |
parent | f279fe8d6d1bcec373428c80e67e46589cbad3a4 (diff) | |
download | FreeBSD-src-17d7743fc934dddce3a62b80663fc6696c32af7a.zip FreeBSD-src-17d7743fc934dddce3a62b80663fc6696c32af7a.tar.gz |
Manpage for snoop device itself.
Diffstat (limited to 'usr.sbin/watch')
-rw-r--r-- | usr.sbin/watch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile index 7a9f602..96bf4ca 100644 --- a/usr.sbin/watch/Makefile +++ b/usr.sbin/watch/Makefile @@ -1,5 +1,6 @@ PROG= watch MAN8= watch.8 +MAN4= snp.4 BINMODE=500 LDADD= -ltermcap |