Deleted Added
full compact
Makefile (123288) Makefile (125123)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 123288 2003-12-08 07:22:42Z obrien $
2# $FreeBSD: head/include/Makefile 125123 2004-01-28 00:42:51Z emax $
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 \

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

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 isofs/cd9660 \
38 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
39 netgraph/atm security/mac_biba security/mac_bsdextended \
40 security/mac_lomac security/mac_mls security/mac_partition \
41 ufs/ffs ufs/ufs
42
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 \

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

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 isofs/cd9660 \
38 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
39 netgraph/atm security/mac_biba security/mac_bsdextended \
40 security/mac_lomac security/mac_mls security/mac_partition \
41 ufs/ffs ufs/ufs
42
43.if !defined(NO_BLUETOOTH)
43LSUBSUBDIRS= netgraph/bluetooth/include
44LSUBSUBDIRS= netgraph/bluetooth/include
45.endif
44
45# Define SHARED to indicate whether you want symbolic links to the system
46# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is
47# probably only useful for developers and should be avoided if you do not
48# wish to tie your /usr/include and /usr/src together.
49#SHARED= symlinks
50SHARED?= copies
51

--- 116 unchanged lines hidden ---
46
47# Define SHARED to indicate whether you want symbolic links to the system
48# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is
49# probably only useful for developers and should be avoided if you do not
50# wish to tie your /usr/include and /usr/src together.
51#SHARED= symlinks
52SHARED?= copies
53

--- 116 unchanged lines hidden ---