diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2000-01-25 09:24:23 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2000-01-25 09:24:23 +0000 |
| commit | fcc56d9930f0fd5724607437a64b5ef9ff17af70 (patch) | |
| tree | 26e4e8e2dadb50ae91f12f430da3b5c991ff102a /include | |
| parent | f4675a30ed942c1b464d78b0867662b3390772c8 (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 7ed6b4150118..1116df8c54e9 100644 --- a/include/Makefile +++ b/include/Makefile @@ -44,8 +44,8 @@ LFILES= aio.h errno.h fcntl.h inttypes.h linker_set.h poll.h syslog.h \ LDIRS= cam msdosfs net netatalk netatm netgraph netinet netinet6 \ netipx netkey netncp netns nfs ntfs nwfs pccard posix4 sys vm -LNOHEADERDIRS= isofs ufs -LSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs cam/scsi +LNOHEADERDIRS= isofs ufs dev +LSUBDIRS= isofs/cd9660 ufs/ffs ufs/mfs ufs/ufs cam/scsi dev/usb # Define SHARED to indicate whether you want symbolic links to the system # source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is |
