Deleted Added
full compact
Makefile (147191) Makefile (148457)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 147191 2005-06-09 19:45:09Z jkoshy $
2# $FreeBSD: head/include/Makefile 148457 2005-07-27 21:47:55Z 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 \

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

37
38LSUBDIRS= cam/scsi \
39 dev/acpica dev/an dev/bktr dev/firewire dev/hwpmc \
40 dev/ic dev/iicbus ${_dev_ieee488} 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 \
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 \

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

37
38LSUBDIRS= cam/scsi \
39 dev/acpica dev/an dev/bktr dev/firewire dev/hwpmc \
40 dev/ic dev/iicbus ${_dev_ieee488} 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/gate geom/label geom/mirror geom/nop geom/raid3 \
46 geom/shsec geom/stripe \
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 \
49 netgraph/atm netgraph/netflow \
50 security/mac_biba security/mac_bsdextended security/mac_lomac \
51 security/mac_mls security/mac_partition \
52 ufs/ffs ufs/ufs
53
54.if !defined(NO_GPIB)

--- 213 unchanged lines hidden ---
47 isofs/cd9660 \
48 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
49 netgraph/atm netgraph/netflow \
50 security/mac_biba security/mac_bsdextended security/mac_lomac \
51 security/mac_mls security/mac_partition \
52 ufs/ffs ufs/ufs
53
54.if !defined(NO_GPIB)

--- 213 unchanged lines hidden ---