Deleted Added
full compact
Makefile (130416) Makefile (131476)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 130416 2004-06-13 17:29:10Z mlaier $
2# $FreeBSD: head/include/Makefile 131476 2004-07-02 19:40:36Z 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 db.h \
9 dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
10 fts.h getopt.h glob.h grp.h hesiod.h histedit.h ieeefp.h ifaddrs.h \

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

30LDIRS= cam geom net net80211 netatalk netatm netgraph netinet netinet6 \
31 netipsec netipx netkey netnatm netncp netsmb nfs nfsclient nfsserver \
32 pccard posix4 sys vm
33
34LSUBDIRS= cam/scsi dev/an dev/bktr dev/firewire dev/ic dev/iicbus \
35 dev/ofw dev/ppbus dev/smbus dev/usb dev/wi dev/utopia fs/devfs \
36 fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs fs/nwfs fs/portalfs \
37 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 db.h \
9 dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
10 fts.h getopt.h glob.h grp.h hesiod.h histedit.h ieeefp.h ifaddrs.h \

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

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

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

--- 140 unchanged lines hidden ---