Deleted Added
full compact
Makefile (210024) Makefile (211725)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 210024 2010-07-13 21:19:59Z nwhitehorn $
2# $FreeBSD: head/include/Makefile 211725 2010-08-23 22:24:11Z imp $
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 \

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

110.endfor
111.for i in ${MHDRS}
112INCSLINKS+= machine/$i ${INCLUDEDIR}/$i
113.endfor
114.for i in ${PHDRS}
115INCSLINKS+= sys/$i ${INCLUDEDIR}/$i
116.endfor
117
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 \

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

110.endfor
111.for i in ${MHDRS}
112INCSLINKS+= machine/$i ${INCLUDEDIR}/$i
113.endfor
114.for i in ${PHDRS}
115INCSLINKS+= sys/$i ${INCLUDEDIR}/$i
116.endfor
117
118.if ${MACHINE} != ${MACHINE_ARCH}
119_MARCH=${MACHINE_ARCH}
118.if ${MACHINE} != ${MACHINE_CPUARCH}
119_MARCH=${MACHINE_CPUARCH}
120.endif
121
122.include <bsd.prog.mk>
123
124installincludes: ${SHARED}
125${SHARED}: compat
126
127# Take care of stale directory-level symlinks.

--- 179 unchanged lines hidden ---
120.endif
121
122.include <bsd.prog.mk>
123
124installincludes: ${SHARED}
125${SHARED}: compat
126
127# Take care of stale directory-level symlinks.

--- 179 unchanged lines hidden ---