diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-04-16 22:31:49 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-04-16 22:31:49 +0000 |
| commit | 6fad667de2fd1dd10208b0e1f9a83ec3863081bb (patch) | |
| tree | 9e7b606abcbef145735982c70a6dfc6aa5c5be92 /include | |
| parent | 166eb62fe23caee55f4e7a21225de9e703e8e092 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 2348e5c96a63..7e8c1b57e1f1 100644 --- a/include/Makefile +++ b/include/Makefile @@ -38,8 +38,8 @@ PFILES= mqueue.h sched.h semaphore.h # aio.h # Only for default SHARED=copies case 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 +LFILES= aio.h errno.h event.h fcntl.h inttypes.h linker_set.h \ + poll.h syslog.h termios.h ucontext.h LDIRS= cam msdosfs net netatalk netatm netgraph netinet netinet6 \ netipx netkey netncp netns nfs ntfs nwfs pccard posix4 sys vm |
