diff options
author | peter <peter@FreeBSD.org> | 1999-12-05 21:34:09 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-12-05 21:34:09 +0000 |
commit | cb7edae8885b2fa2d5a3fa00775bb7b88f81e990 (patch) | |
tree | 48a028e66c3c486f3695accc1abd912aa01dad08 /include | |
parent | ed3c05deaff516086bd1565107b118fa76c0034d (diff) | |
download | FreeBSD-src-cb7edae8885b2fa2d5a3fa00775bb7b88f81e990.zip FreeBSD-src-cb7edae8885b2fa2d5a3fa00775bb7b88f81e990.tar.gz |
Create a symlink for <machine/joystick.h>, like soundcard.h
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 040920b..7ed6b41 100644 --- a/include/Makefile +++ b/include/Makefile @@ -36,7 +36,7 @@ MFILES= float.h floatingpoint.h stdarg.h varargs.h PFILES= mqueue.h sched.h semaphore.h # aio.h # Only for default SHARED=copies case -SFILES= soundcard.h +SFILES= soundcard.h joystick.h LFILES= aio.h errno.h fcntl.h inttypes.h linker_set.h poll.h syslog.h \ termios.h ucontext.h |