diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-18 17:10:40 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-18 17:10:40 +0000 |
commit | 6d90dafba0521c20d50aa39901214fe623892ff1 (patch) | |
tree | cd1bb709769c6e3c371a5bde48be52b415fc53fa /usr.sbin/watch | |
parent | bf0d9579bb900a0a73699507c0a405b49aa89015 (diff) | |
download | FreeBSD-src-6d90dafba0521c20d50aa39901214fe623892ff1.zip FreeBSD-src-6d90dafba0521c20d50aa39901214fe623892ff1.tar.gz |
Remove bogus reference to snp.4. Somebody kinda screwed up their move! :)
Diffstat (limited to 'usr.sbin/watch')
-rw-r--r-- | usr.sbin/watch/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile index 96bf4ca..7a9f602 100644 --- a/usr.sbin/watch/Makefile +++ b/usr.sbin/watch/Makefile @@ -1,6 +1,5 @@ PROG= watch MAN8= watch.8 -MAN4= snp.4 BINMODE=500 LDADD= -ltermcap |