Deleted Added
full compact
Makefile (133567) Makefile (133812)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 133567 2004-08-12 12:36:04Z tjr $
2# $FreeBSD: head/include/Makefile 133812 2004-08-16 06:36:21Z pjd $
3#
4# Doing a "make install" builds /usr/include.
5
6CLEANFILES= osreldate.h version vers.c
7SUBDIR= arpa protocols rpcsvc rpc
8INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \
9 db.h \
10 dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \

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

33LDIRS= cam geom net net80211 netatalk netatm netgraph netinet netinet6 \
34 netipsec netipx netkey netnatm netncp netsmb nfs nfsclient nfsserver \
35 pccard posix4 sys vm
36
37LSUBDIRS= cam/scsi dev/an dev/bktr dev/firewire dev/ic dev/iicbus \
38 dev/ofw dev/ppbus dev/smbus dev/usb dev/wi dev/utopia fs/devfs \
39 fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs fs/nwfs fs/portalfs \
40 fs/procfs fs/smbfs fs/udf fs/umapfs fs/unionfs \
3#
4# Doing a "make install" builds /usr/include.
5
6CLEANFILES= osreldate.h version vers.c
7SUBDIR= arpa protocols rpcsvc rpc
8INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \
9 db.h \
10 dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \

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

33LDIRS= cam geom net net80211 netatalk netatm netgraph netinet netinet6 \
34 netipsec netipx netkey netnatm netncp netsmb nfs nfsclient nfsserver \
35 pccard posix4 sys vm
36
37LSUBDIRS= cam/scsi dev/an dev/bktr dev/firewire dev/ic dev/iicbus \
38 dev/ofw dev/ppbus dev/smbus dev/usb dev/wi dev/utopia fs/devfs \
39 fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs fs/nwfs fs/portalfs \
40 fs/procfs fs/smbfs fs/udf fs/umapfs fs/unionfs \
41 geom/concat geom/gate geom/label geom/mirror geom/nop geom/stripe \
41 geom/concat geom/gate geom/label geom/mirror geom/nop geom/raid3 \
42 geom/stripe \
42 isofs/cd9660 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
43 netgraph/atm security/mac_biba security/mac_bsdextended \
44 security/mac_lomac security/mac_mls security/mac_partition \
45 ufs/ffs ufs/ufs
46
47.if !defined(NO_BLUETOOTH)
48LSUBSUBDIRS= netgraph/bluetooth/include
49.endif

--- 140 unchanged lines hidden ---
43 isofs/cd9660 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
44 netgraph/atm security/mac_biba security/mac_bsdextended \
45 security/mac_lomac security/mac_mls security/mac_partition \
46 ufs/ffs ufs/ufs
47
48.if !defined(NO_BLUETOOTH)
49LSUBSUBDIRS= netgraph/bluetooth/include
50.endif

--- 140 unchanged lines hidden ---