Deleted Added
full compact
Makefile (132173) Makefile (132905)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 132173 2004-07-15 03:43:18Z davidxu $
2# $FreeBSD: head/include/Makefile 132905 2004-07-30 23:18:53Z 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 ftw.h getopt.h glob.h grp.h \

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

31LDIRS= cam geom net net80211 netatalk netatm netgraph netinet netinet6 \
32 netipsec netipx netkey netnatm netncp netsmb nfs nfsclient nfsserver \
33 pccard posix4 sys vm
34
35LSUBDIRS= cam/scsi dev/an dev/bktr dev/firewire dev/ic dev/iicbus \
36 dev/ofw dev/ppbus dev/smbus dev/usb dev/wi dev/utopia fs/devfs \
37 fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs fs/nwfs fs/portalfs \
38 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 ftw.h getopt.h glob.h grp.h \

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

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

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

--- 140 unchanged lines hidden ---