Deleted Added
full compact
Makefile (163851) Makefile (164184)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 163851 2006-10-31 22:22:30Z pjd $
2# $FreeBSD: head/include/Makefile 164184 2006-11-11 16:26:58Z trhodes $
3#
4# Doing a "make install" builds /usr/include.
5
6.include <bsd.own.mk>
7
8CLEANFILES= osreldate.h version vers.c
9SUBDIR= arpa gssapi protocols rpcsvc rpc
10INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \

--- 20 unchanged lines hidden (view full) ---

31PHDRS= sched.h semaphore.h _semaphore.h
32
33LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
34 termios.h ucontext.h
35
36LDIRS= bsm cam geom net net80211 netatalk netatm netgraph netinet netinet6 \
37 netipsec ${_netipx} netkey netnatm ${_netncp} netsmb \
38 nfs nfsclient nfsserver \
3#
4# Doing a "make install" builds /usr/include.
5
6.include <bsd.own.mk>
7
8CLEANFILES= osreldate.h version vers.c
9SUBDIR= arpa gssapi protocols rpcsvc rpc
10INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \

--- 20 unchanged lines hidden (view full) ---

31PHDRS= sched.h semaphore.h _semaphore.h
32
33LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
34 termios.h ucontext.h
35
36LDIRS= bsm cam geom net net80211 netatalk netatm netgraph netinet netinet6 \
37 netipsec ${_netipx} netkey netnatm ${_netncp} netsmb \
38 nfs nfsclient nfsserver \
39 pccard posix4 sys vm
39 pccard sys vm
40
41LSUBDIRS= cam/scsi \
42 dev/acpica dev/an dev/bktr dev/firewire dev/hwpmc \
43 dev/ic dev/iicbus ${_dev_ieee488} dev/lmc dev/ofw \
44 dev/pbio ${_dev_powermac_nvram} dev/ppbus dev/smbus dev/speaker dev/usb dev/utopia dev/vkbd dev/wi \
45 fs/devfs fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs \
46 ${_fs_nwfs} fs/portalfs fs/procfs fs/smbfs fs/udf fs/umapfs \
47 fs/unionfs \

--- 58 unchanged lines hidden (view full) ---

106
107.for i in ${LHDRS}
108INCSLINKS+= sys/$i ${INCLUDEDIR}/$i
109.endfor
110.for i in ${MHDRS}
111INCSLINKS+= machine/$i ${INCLUDEDIR}/$i
112.endfor
113.for i in ${PHDRS}
40
41LSUBDIRS= cam/scsi \
42 dev/acpica dev/an dev/bktr dev/firewire dev/hwpmc \
43 dev/ic dev/iicbus ${_dev_ieee488} dev/lmc dev/ofw \
44 dev/pbio ${_dev_powermac_nvram} dev/ppbus dev/smbus dev/speaker dev/usb dev/utopia dev/vkbd dev/wi \
45 fs/devfs fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs \
46 ${_fs_nwfs} fs/portalfs fs/procfs fs/smbfs fs/udf fs/umapfs \
47 fs/unionfs \

--- 58 unchanged lines hidden (view full) ---

106
107.for i in ${LHDRS}
108INCSLINKS+= sys/$i ${INCLUDEDIR}/$i
109.endfor
110.for i in ${MHDRS}
111INCSLINKS+= machine/$i ${INCLUDEDIR}/$i
112.endfor
113.for i in ${PHDRS}
114INCSLINKS+= posix4/$i ${INCLUDEDIR}/$i
114INCSLINKS+= sys/$i ${INCLUDEDIR}/$i
115.endfor
116
117.if ${MACHINE} != ${MACHINE_ARCH}
118_MARCH=${MACHINE_ARCH}
119.endif
120
121.include <bsd.prog.mk>
122

--- 167 unchanged lines hidden ---
115.endfor
116
117.if ${MACHINE} != ${MACHINE_ARCH}
118_MARCH=${MACHINE_ARCH}
119.endif
120
121.include <bsd.prog.mk>
122

--- 167 unchanged lines hidden ---