Makefile (a627ac61ab8d660acfe6c88b01bdca8e8c1590aa) | Makefile (b3f9d8c804bde2bf1199a558a06b81c434fb47df) |
---|---|
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 --- 32 unchanged lines hidden (view full) --- 41LSUBDIRS= cam/ata cam/scsi \ 42 dev/acpica dev/an dev/bktr dev/firewire dev/hwpmc \ 43 dev/ic dev/iicbus ${_dev_ieee488} dev/lmc dev/mfi dev/ofw \ 44 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/fifofs fs/msdosfs fs/nfs fs/ntfs fs/nullfs \ 47 ${_fs_nwfs} fs/portalfs fs/procfs fs/smbfs fs/udf fs/unionfs \ 48 geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \ | 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 --- 32 unchanged lines hidden (view full) --- 41LSUBDIRS= cam/ata cam/scsi \ 42 dev/acpica dev/an dev/bktr dev/firewire dev/hwpmc \ 43 dev/ic dev/iicbus ${_dev_ieee488} dev/lmc dev/mfi dev/ofw \ 44 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/fifofs fs/msdosfs fs/nfs fs/ntfs fs/nullfs \ 47 ${_fs_nwfs} fs/portalfs fs/procfs fs/smbfs fs/udf fs/unionfs \ 48 geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \ |
49 geom/mirror geom/multipath geom/nop \ | 49 geom/mirror geom/mountver geom/multipath geom/nop \ |
50 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 56 57LSUBSUBDIRS= dev/mpt/mpilib --- 249 unchanged lines hidden --- | 50 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 56 57LSUBSUBDIRS= dev/mpt/mpilib --- 249 unchanged lines hidden --- |