Makefile (4c276561007d717286e61398bfd47b99cfc96e85) Makefile (2e564269d0af3703815a10effe03c1f1773c9a46)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD$
3#
4# Doing a "make install" builds /usr/include.
5
6.include <bsd.own.mk>
7
8CLEANFILES= osreldate.h version vers.c

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

29MHDRS= float.h floatingpoint.h stdarg.h
30
31PHDRS= sched.h _semaphore.h
32
33LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
34 ucontext.h
35
36LDIRS= bsm cam geom net net80211 netatalk netgraph netinet netinet6 \
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD$
3#
4# Doing a "make install" builds /usr/include.
5
6.include <bsd.own.mk>
7
8CLEANFILES= osreldate.h version vers.c

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

29MHDRS= float.h floatingpoint.h stdarg.h
30
31PHDRS= sched.h _semaphore.h
32
33LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
34 ucontext.h
35
36LDIRS= bsm cam geom net net80211 netatalk netgraph netinet netinet6 \
37 netipsec ${_netipx} netnatm netsmb \
37 netipsec ${_netipx} netnatm \
38 nfs nfsclient nfsserver \
39 sys vm
40
41LSUBDIRS= cam/ata cam/scsi \
42 dev/acpica dev/an dev/bktr dev/ciss dev/filemon dev/firewire dev/hwpmc \
43 dev/ic dev/iicbus ${_dev_ieee488} dev/io dev/lmc dev/mfi dev/nvme \
44 dev/ofw dev/pbio ${_dev_powermac_nvram} dev/ppbus dev/smbus \
45 dev/speaker dev/usb dev/utopia dev/vkbd dev/wi \
46 fs/devfs fs/fdescfs fs/msdosfs fs/nandfs fs/nfs fs/nullfs \
38 nfs nfsclient nfsserver \
39 sys vm
40
41LSUBDIRS= cam/ata cam/scsi \
42 dev/acpica dev/an dev/bktr dev/ciss dev/filemon dev/firewire dev/hwpmc \
43 dev/ic dev/iicbus ${_dev_ieee488} dev/io dev/lmc dev/mfi dev/nvme \
44 dev/ofw dev/pbio ${_dev_powermac_nvram} dev/ppbus dev/smbus \
45 dev/speaker dev/usb dev/utopia dev/vkbd dev/wi \
46 fs/devfs fs/fdescfs fs/msdosfs fs/nandfs fs/nfs fs/nullfs \
47 fs/procfs fs/smbfs fs/udf fs/unionfs \
47 fs/procfs fs/udf fs/unionfs \
48 geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \
49 geom/mirror geom/mountver geom/multipath geom/nop \
50 geom/raid geom/raid3 geom/shsec geom/stripe geom/virstor \
51 netgraph/atm netgraph/netflow \
52 security/audit \
53 security/mac_biba security/mac_bsdextended security/mac_lomac \
54 security/mac_mls security/mac_partition \
55 ufs/ffs ufs/ufs

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

71.if ${MK_ICONV} != "no"
72INCS+= iconv.h
73.endif
74
75.if ${MK_BLUETOOTH} != "no"
76LSUBSUBDIRS+= netgraph/bluetooth/include
77.endif
78
48 geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \
49 geom/mirror geom/mountver geom/multipath geom/nop \
50 geom/raid geom/raid3 geom/shsec geom/stripe geom/virstor \
51 netgraph/atm netgraph/netflow \
52 security/audit \
53 security/mac_biba security/mac_bsdextended security/mac_lomac \
54 security/mac_mls security/mac_partition \
55 ufs/ffs ufs/ufs

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

71.if ${MK_ICONV} != "no"
72INCS+= iconv.h
73.endif
74
75.if ${MK_BLUETOOTH} != "no"
76LSUBSUBDIRS+= netgraph/bluetooth/include
77.endif
78
79# XXX unconditionally needed by <netsmb/netbios.h>
80#.if ${MK_IPX} != "no"
81_netipx= netipx
82#.endif
83
84# Define SHARED to indicate whether you want symbolic links to the system
85# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is
86# probably only useful for developers and should be avoided if you do not
87# wish to tie your /usr/include and /usr/src together.

--- 231 unchanged lines hidden ---
79#.if ${MK_IPX} != "no"
80_netipx= netipx
81#.endif
82
83# Define SHARED to indicate whether you want symbolic links to the system
84# source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is
85# probably only useful for developers and should be avoided if you do not
86# wish to tie your /usr/include and /usr/src together.

--- 231 unchanged lines hidden ---