This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
57ece64fc6
freebsd-dev
/
sys
/
modules
/
joy
/
joy.sh
5 lines
81 B
Bash
Raw
Normal View
History
Unescape
Escape
Build LKM for joystick driver.
1996-03-16 01:35:48 +00:00
#!/bin/sh
Make the long-awaited change from $Id$ to $FreeBSD$ This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
1997-01-14 07:20:47 +00:00
# $FreeBSD$
Build LKM for joystick driver.
1996-03-16 01:35:48 +00:00
modload -q -u -A
`
sysctl -n kern.bootfile
`
/lkm/joy_mod.o
Reference in New Issue
Copy Permalink