Deleted Added
full compact
Makefile (183390) Makefile (185087)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 183390 2008-09-26 19:23:22Z peter $
2# $FreeBSD: head/include/Makefile 185087 2008-11-19 08:56:35Z alfred $
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 \

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

49 geom/mirror 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
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 \

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

49 geom/mirror 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
57LSUBSUBDIRS= dev/mpt/mpilib dev/usb2/include
58
59.if ${MACHINE_ARCH} == "powerpc"
60_dev_powermac_nvram= dev/powermac_nvram
61.endif
62
63.if ${MK_GPIB} != "no"
64_dev_ieee488= dev/ieee488
65.endif

--- 241 unchanged lines hidden ---
58
59.if ${MACHINE_ARCH} == "powerpc"
60_dev_powermac_nvram= dev/powermac_nvram
61.endif
62
63.if ${MK_GPIB} != "no"
64_dev_ieee488= dev/ieee488
65.endif

--- 241 unchanged lines hidden ---