Makefile (2c144a95ed64ac824a821cfe3f7279cd45cbaa76) Makefile (6901ba93062d02a546a0d2d5d3fe63e2a374a851)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD$
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 \

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

29
30LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
31 termios.h ucontext.h
32
33LDIRS= cam geom net net80211 netatalk netatm netgraph netinet netinet6 \
34 netipsec netipx netkey netnatm netncp netsmb nfs nfsclient nfsserver \
35 pccard posix4 sys vm
36
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD$
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 \

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

29
30LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
31 termios.h ucontext.h
32
33LDIRS= cam geom net net80211 netatalk netatm netgraph netinet netinet6 \
34 netipsec netipx netkey netnatm netncp netsmb nfs nfsclient nfsserver \
35 pccard posix4 sys vm
36
37LSUBDIRS= cam/scsi dev/an dev/bktr dev/firewire dev/ic dev/iicbus \
38 dev/ofw dev/ppbus dev/smbus dev/usb dev/wi dev/utopia fs/devfs \
39 fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs fs/nwfs fs/portalfs \
40 fs/procfs fs/smbfs fs/udf fs/umapfs fs/unionfs \
37LSUBDIRS= cam/scsi \
38 dev/an dev/bktr dev/firewire dev/ic dev/iicbus dev/ofw dev/pbio \
39 dev/ppbus dev/smbus dev/usb dev/wi dev/utopia \
40 fs/devfs fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs \
41 fs/nwfs fs/portalfs fs/procfs fs/smbfs fs/udf fs/umapfs \
42 fs/unionfs \
41 geom/concat geom/gate geom/label geom/mirror geom/nop geom/raid3 \
42 geom/shsec geom/stripe \
43 geom/concat geom/gate geom/label geom/mirror geom/nop geom/raid3 \
44 geom/shsec geom/stripe \
43 isofs/cd9660 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
45 isofs/cd9660 \
46 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \
44 netgraph/atm netgraph/netflow \
45 security/mac_biba security/mac_bsdextended security/mac_lomac \
46 security/mac_mls security/mac_partition \
47 ufs/ffs ufs/ufs
48
49.if !defined(NO_BLUETOOTH)
50LSUBSUBDIRS= netgraph/bluetooth/include
51.endif

--- 145 unchanged lines hidden ---
47 netgraph/atm netgraph/netflow \
48 security/mac_biba security/mac_bsdextended security/mac_lomac \
49 security/mac_mls security/mac_partition \
50 ufs/ffs ufs/ufs
51
52.if !defined(NO_BLUETOOTH)
53LSUBSUBDIRS= netgraph/bluetooth/include
54.endif

--- 145 unchanged lines hidden ---