diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-02-05 03:12:50 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-02-05 03:12:50 +0000 |
commit | f52cd3aa81f703112ef39d94230ee9b1459aad1f (patch) | |
tree | dffbf9d632da064ecc40b8651794565b6653a603 /devel/Makefile | |
parent | d766afeb2ffca13a08fde5ed8a724eca689e9985 (diff) | |
download | ports-f52cd3aa81f703112ef39d94230ee9b1459aad1f.tar.gz ports-f52cd3aa81f703112ef39d94230ee9b1459aad1f.zip |
Add linux-js.
This port provides a FreeBSD kernel module implementing the Linux joystick
interface (/dev/input/js0), as well as calibration (jscal) and test (jstest)
utilities.
Notes
Notes:
svn path=/head/; revision=155238
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 07fab4dd7be0..df092fb3557e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -543,6 +543,7 @@ SUBDIR += lincvs SUBDIR += linux-allegro SUBDIR += linux-glib2 + SUBDIR += linux-js SUBDIR += linux-libglade SUBDIR += linux-runrev SUBDIR += linux-sdl12 |