diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2006-11-11 16:26:58 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2006-11-11 16:26:58 +0000 |
| commit | 6aeb05d7beb3dca9125aea23d23a4aee6f7edae2 (patch) | |
| tree | 662fae3cb386b3fef99fe533a5744acfbb9353ad /include | |
| parent | bdd04ab18442d2fa44c9f83bd3a6ae0f9c551d19 (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 77a34f964353..652958941841 100644 --- a/include/Makefile +++ b/include/Makefile @@ -36,7 +36,7 @@ LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \ LDIRS= bsm cam geom net net80211 netatalk netatm netgraph netinet netinet6 \ netipsec ${_netipx} netkey netnatm ${_netncp} netsmb \ nfs nfsclient nfsserver \ - pccard posix4 sys vm + pccard sys vm LSUBDIRS= cam/scsi \ dev/acpica dev/an dev/bktr dev/firewire dev/hwpmc \ @@ -111,7 +111,7 @@ INCSLINKS+= sys/$i ${INCLUDEDIR}/$i INCSLINKS+= machine/$i ${INCLUDEDIR}/$i .endfor .for i in ${PHDRS} -INCSLINKS+= posix4/$i ${INCLUDEDIR}/$i +INCSLINKS+= sys/$i ${INCLUDEDIR}/$i .endfor .if ${MACHINE} != ${MACHINE_ARCH} |
