Deleted Added
full compact
Makefile (171271) Makefile (171453)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 171271 2007-07-06 07:20:59Z bz $
2# $FreeBSD: head/include/Makefile 171453 2007-07-14 21:49:24Z rwatson $
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) ---

31
32MHDRS= float.h floatingpoint.h stdarg.h
33
34PHDRS= sched.h semaphore.h _semaphore.h
35
36LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
37 termios.h ucontext.h
38
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) ---

31
32MHDRS= float.h floatingpoint.h stdarg.h
33
34PHDRS= sched.h semaphore.h _semaphore.h
35
36LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
37 termios.h ucontext.h
38
39LDIRS= bsm cam geom net net80211 netatalk netatm netgraph netinet netinet6 \
39LDIRS= bsm cam geom net net80211 netatalk netgraph netinet netinet6 \
40 netipsec ${_netipx} netnatm ${_netncp} netsmb \
41 nfs nfsclient nfsserver \
42 pccard sys vm
40 netipsec ${_netipx} netnatm ${_netncp} netsmb \
41 nfs nfsclient nfsserver \
42 pccard sys vm
43#LDIRS+= netatm
43
44LSUBDIRS= cam/scsi \
45 dev/acpica dev/an dev/bktr dev/firewire dev/hwpmc \
46 dev/ic dev/iicbus ${_dev_ieee488} dev/lmc dev/ofw \
47 dev/pbio ${_dev_powermac_nvram} dev/ppbus dev/smbus dev/speaker dev/usb dev/utopia dev/vkbd dev/wi \
48 fs/devfs fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs \
49 ${_fs_nwfs} fs/portalfs fs/procfs fs/smbfs fs/udf fs/unionfs \
50 geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \
51 geom/mirror geom/nop geom/raid3 geom/shsec geom/stripe \
44
45LSUBDIRS= cam/scsi \
46 dev/acpica dev/an dev/bktr dev/firewire dev/hwpmc \
47 dev/ic dev/iicbus ${_dev_ieee488} dev/lmc dev/ofw \
48 dev/pbio ${_dev_powermac_nvram} dev/ppbus dev/smbus dev/speaker dev/usb dev/utopia dev/vkbd dev/wi \
49 fs/devfs fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs \
50 ${_fs_nwfs} fs/portalfs fs/procfs fs/smbfs fs/udf fs/unionfs \
51 geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \
52 geom/mirror geom/nop geom/raid3 geom/shsec geom/stripe \
52 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
53 netgraph/atm netgraph/netflow \
54 security/audit \
55 security/mac_biba security/mac_bsdextended security/mac_lomac \
56 security/mac_mls security/mac_partition \
57 ufs/ffs ufs/ufs
53 netgraph/atm netgraph/netflow \
54 security/audit \
55 security/mac_biba security/mac_bsdextended security/mac_lomac \
56 security/mac_mls security/mac_partition \
57 ufs/ffs ufs/ufs
58#LSUBDIRS+= netatm/ipatm netatm/sigpvc netatm/spans netatm/uni
58
59.if ${MACHINE_ARCH} == "powerpc"
60_dev_powermac_nvram= dev/powermac_nvram
61.endif
62
63.if ${MK_GPIB} != "no"
64_dev_ieee488= dev/ieee488
65.endif

--- 253 unchanged lines hidden ---
59
60.if ${MACHINE_ARCH} == "powerpc"
61_dev_powermac_nvram= dev/powermac_nvram
62.endif
63
64.if ${MK_GPIB} != "no"
65_dev_ieee488= dev/ieee488
66.endif

--- 253 unchanged lines hidden ---