freebsd-dev/usr.sbin/moused/Makefile
Peter Wemm a77d162973 Argh! there's no need for moused to be setuid-root! Now that it
works from startup, and works with XFree86 via /dev/sysmouse, it should
be started at boot and left running.

Pointed out by: Sujal Patel <smpatel@umiacs.umd.edu>
1996-09-10 19:17:25 +00:00

10 lines
116 B
Makefile

PROG= moused
SRCS= moused.c
NOMAN= moused
#BINOWN= root
#BINMODE=4555
#INSTALLFLAGS=-fschg
.include <bsd.prog.mk>