Deleted Added
full compact
Makefile (156813) Makefile (156885)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 156813 2006-03-17 18:54:44Z ru $
2# $FreeBSD: head/include/Makefile 156885 2006-03-19 15:44:53Z rwatson $
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 \

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

44 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/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 \
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 \

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

44 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/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 \
52 security/mac_biba security/mac_bsdextended security/mac_lomac \
53 security/mac_mls security/mac_partition \
54 ufs/ffs ufs/ufs
55
56.if ${MK_GPIB} != "no"
57_dev_ieee488= dev/ieee488
58.endif
59

--- 214 unchanged lines hidden ---
53 security/mac_biba security/mac_bsdextended security/mac_lomac \
54 security/mac_mls security/mac_partition \
55 ufs/ffs ufs/ufs
56
57.if ${MK_GPIB} != "no"
58_dev_ieee488= dev/ieee488
59.endif
60

--- 214 unchanged lines hidden ---