Deleted Added
full compact
Makefile (163048) Makefile (163851)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 163048 2006-10-06 08:27:07Z ru $
2# $FreeBSD: head/include/Makefile 163851 2006-10-31 22:22:30Z pjd $
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 \

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

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

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

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 \
48 geom/cache geom/concat geom/eli geom/gate geom/label geom/mirror \
49 geom/nop geom/raid3 geom/shsec geom/stripe \
48 geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \
49 geom/mirror geom/nop 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

--- 232 unchanged lines hidden ---
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

--- 232 unchanged lines hidden ---