Deleted Added
full compact
Makefile (157308) Makefile (160892)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 157308 2006-03-30 20:15:53Z ume $
2# $FreeBSD: head/include/Makefile 160892 2006-08-01 22:19:01Z sobomax $
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 \

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

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
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 \
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 \

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

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
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/ppbus dev/smbus dev/speaker dev/usb dev/wi dev/utopia \
44 dev/pbio ${_dev_powermac_nvram} dev/ppbus dev/smbus dev/speaker dev/usb dev/wi dev/utopia \
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 \
48 geom/concat geom/eli geom/gate geom/label geom/mirror geom/nop \
49 geom/raid3 geom/shsec geom/stripe \
50 isofs/cd9660 \
51 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
52 netgraph/atm netgraph/netflow \
53 security/audit \
54 security/mac_biba security/mac_bsdextended security/mac_lomac \
55 security/mac_mls security/mac_partition \
56 ufs/ffs ufs/ufs
57
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 \
48 geom/concat geom/eli geom/gate geom/label geom/mirror geom/nop \
49 geom/raid3 geom/shsec geom/stripe \
50 isofs/cd9660 \
51 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
52 netgraph/atm netgraph/netflow \
53 security/audit \
54 security/mac_biba security/mac_bsdextended security/mac_lomac \
55 security/mac_mls security/mac_partition \
56 ufs/ffs ufs/ufs
57
58.if ${MACHINE_ARCH} == "powerpc"
59_dev_powermac_nvram= dev/powermac_nvram
60.endif
61
58.if ${MK_GPIB} != "no"
59_dev_ieee488= dev/ieee488
60.endif
61
62.if ${MK_HESIOD} != "no"
63INCS+= hesiod.h
64.endif
65

--- 220 unchanged lines hidden ---
62.if ${MK_GPIB} != "no"
63_dev_ieee488= dev/ieee488
64.endif
65
66.if ${MK_HESIOD} != "no"
67INCS+= hesiod.h
68.endif
69

--- 220 unchanged lines hidden ---