Deleted Added
full compact
Makefile (188945) Makefile (188978)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 188945 2009-02-23 18:36:54Z thompsa $
2# $FreeBSD: head/include/Makefile 188978 2009-02-24 00:53:10Z thompsa $
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 legacy/dev/usb
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 ---