Deleted Added
full compact
Makefile (156885) Makefile (156905)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 156885 2006-03-19 15:44:53Z rwatson $
2# $FreeBSD: head/include/Makefile 156905 2006-03-20 14:24:58Z ru $
3#
4# Doing a "make install" builds /usr/include.
5
6.include <bsd.own.mk>
7
8CLEANFILES= osreldate.h version vers.c
9SUBDIR= arpa gssapi protocols rpcsvc rpc
10INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \

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

29MHDRS= float.h floatingpoint.h stdarg.h
30
31PHDRS= sched.h semaphore.h _semaphore.h
32
33LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
34 termios.h ucontext.h
35
36LDIRS= bsm cam geom net net80211 netatalk netatm netgraph netinet netinet6 \
3#
4# Doing a "make install" builds /usr/include.
5
6.include <bsd.own.mk>
7
8CLEANFILES= osreldate.h version vers.c
9SUBDIR= arpa gssapi protocols rpcsvc rpc
10INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \

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

29MHDRS= float.h floatingpoint.h stdarg.h
30
31PHDRS= sched.h semaphore.h _semaphore.h
32
33LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
34 termios.h ucontext.h
35
36LDIRS= bsm cam geom net net80211 netatalk netatm netgraph netinet netinet6 \
37 netipsec netipx netkey netnatm netncp netsmb nfs nfsclient nfsserver \
37 netipsec ${_netipx} netkey netnatm ${_netncp} netsmb \
38 nfs nfsclient nfsserver \
38 pccard posix4 sys vm
39
40LSUBDIRS= cam/scsi \
41 dev/acpica dev/an dev/bktr dev/firewire dev/hwpmc \
42 dev/ic dev/iicbus ${_dev_ieee488} dev/lmc dev/ofw \
43 dev/pbio dev/ppbus dev/smbus dev/speaker dev/usb dev/wi dev/utopia \
44 fs/devfs fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs \
39 pccard posix4 sys vm
40
41LSUBDIRS= cam/scsi \
42 dev/acpica dev/an dev/bktr dev/firewire dev/hwpmc \
43 dev/ic dev/iicbus ${_dev_ieee488} dev/lmc dev/ofw \
44 dev/pbio dev/ppbus dev/smbus dev/speaker dev/usb dev/wi dev/utopia \
45 fs/devfs fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs \
45 fs/nwfs fs/portalfs fs/procfs fs/smbfs fs/udf fs/umapfs \
46 ${_fs_nwfs} fs/portalfs fs/procfs fs/smbfs fs/udf fs/umapfs \
46 fs/unionfs \
47 geom/concat geom/eli geom/gate geom/label geom/mirror geom/nop \
48 geom/raid3 geom/shsec geom/stripe \
49 isofs/cd9660 \
50 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
51 netgraph/atm netgraph/netflow \
52 security/audit \
53 security/mac_biba security/mac_bsdextended security/mac_lomac \

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

61.if ${MK_HESIOD} != "no"
62INCS+= hesiod.h
63.endif
64
65.if ${MK_BLUETOOTH} != "no"
66LSUBSUBDIRS= netgraph/bluetooth/include
67.endif
68
47 fs/unionfs \
48 geom/concat geom/eli geom/gate geom/label geom/mirror geom/nop \
49 geom/raid3 geom/shsec geom/stripe \
50 isofs/cd9660 \
51 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
52 netgraph/atm netgraph/netflow \
53 security/audit \
54 security/mac_biba security/mac_bsdextended security/mac_lomac \

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

62.if ${MK_HESIOD} != "no"
63INCS+= hesiod.h
64.endif
65
66.if ${MK_BLUETOOTH} != "no"
67LSUBSUBDIRS= netgraph/bluetooth/include
68.endif
69
70# XXX unconditionally needed by <netsmb/netbios.h>
71#.if ${MK_IPX} != "no"
72_netipx= netipx
73#.endif
74
75.if ${MK_NCP} != "no"
76_netncp= netncp
77_fs_nwfs= fs/nwfs
78.endif
79
69# Define SHARED to indicate whether you want symbolic links to the system
70# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is
71# probably only useful for developers and should be avoided if you do not
72# wish to tie your /usr/include and /usr/src together.
73#SHARED= symlinks
74SHARED?= copies
75
76INCS+= osreldate.h

--- 198 unchanged lines hidden ---
80# Define SHARED to indicate whether you want symbolic links to the system
81# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is
82# probably only useful for developers and should be avoided if you do not
83# wish to tie your /usr/include and /usr/src together.
84#SHARED= symlinks
85SHARED?= copies
86
87INCS+= osreldate.h

--- 198 unchanged lines hidden ---