diff options
author | sos <sos@FreeBSD.org> | 1996-06-21 09:24:09 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1996-06-21 09:24:09 +0000 |
commit | 4bd1b9c864f4148e0b6e2b7796622e7a10c6057c (patch) | |
tree | 0f859c7b06d4ae2a9fac6be904c4c21c5a6f5309 /usr.sbin/moused/Makefile | |
parent | 62906f837cec531382b1e2219cf86f9e66468ced (diff) | |
download | FreeBSD-src-4bd1b9c864f4148e0b6e2b7796622e7a10c6057c.zip FreeBSD-src-4bd1b9c864f4148e0b6e2b7796622e7a10c6057c.tar.gz |
Moused is the daemon that provides the connection between the cut&paste
functionality in syscons and the real mouse hardware. If moused is
run one can switch on/off the mousepointer with vidcontrol -m on/off.
There is no manpage yet, but a fairly descriptive usage message....
Reviewed by:sos
Submitted by: Michael Smith
Obtained from:Some of the mouselogic comes from XFree86
Diffstat (limited to 'usr.sbin/moused/Makefile')
-rw-r--r-- | usr.sbin/moused/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/moused/Makefile b/usr.sbin/moused/Makefile new file mode 100644 index 0000000..35e25a7 --- /dev/null +++ b/usr.sbin/moused/Makefile @@ -0,0 +1,9 @@ +PROG= moused +SRCS= moused.c +NOMAN= moused + +BINOWN= root +BINMODE=4555 +INSTALLFLAGS=-fschg + +.include <bsd.prog.mk> |