Deleted Added
full compact
Makefile (150123) Makefile (150850)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 150123 2005-09-14 09:01:06Z stefanf $
2# $FreeBSD: head/include/Makefile 150850 2005-10-03 07:09:41Z scottl $
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 \

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

32 termios.h ucontext.h
33
34LDIRS= bsm cam geom net net80211 netatalk netatm netgraph netinet netinet6 \
35 netipsec netipx netkey netnatm netncp netsmb nfs nfsclient nfsserver \
36 pccard posix4 sys vm
37
38LSUBDIRS= cam/scsi \
39 dev/acpica dev/an dev/bktr dev/firewire dev/hwpmc \
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 \

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

32 termios.h ucontext.h
33
34LDIRS= bsm cam geom net net80211 netatalk netatm netgraph netinet netinet6 \
35 netipsec netipx netkey netnatm netncp netsmb nfs nfsclient nfsserver \
36 pccard posix4 sys vm
37
38LSUBDIRS= cam/scsi \
39 dev/acpica dev/an dev/bktr dev/firewire dev/hwpmc \
40 dev/ic dev/iicbus ${_dev_ieee488} dev/ofw \
40 dev/ic dev/iicbus ${_dev_ieee488} dev/lmc dev/ofw \
41 dev/pbio dev/ppbus dev/smbus dev/usb dev/wi dev/utopia \
42 fs/devfs fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs \
43 fs/nwfs fs/portalfs fs/procfs fs/smbfs fs/udf fs/umapfs \
44 fs/unionfs \
45 geom/concat geom/eli geom/gate geom/label geom/mirror geom/nop \
46 geom/raid3 geom/shsec geom/stripe \
47 isofs/cd9660 \
48 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \

--- 223 unchanged lines hidden ---
41 dev/pbio dev/ppbus dev/smbus dev/usb dev/wi dev/utopia \
42 fs/devfs fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs \
43 fs/nwfs fs/portalfs fs/procfs fs/smbfs fs/udf fs/umapfs \
44 fs/unionfs \
45 geom/concat geom/eli geom/gate geom/label geom/mirror geom/nop \
46 geom/raid3 geom/shsec geom/stripe \
47 isofs/cd9660 \
48 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \

--- 223 unchanged lines hidden ---