Deleted Added
full compact
Makefile (179308) Makefile (179315)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 179308 2008-05-25 22:11:40Z rwatson $
2# $FreeBSD: head/include/Makefile 179315 2008-05-26 10:40:09Z bz $
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 \

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

21 res_update.h resolv.h runetype.h search.h setjmp.h sgtty.h \
22 signal.h stab.h \
23 stdbool.h stddef.h stdio.h stdlib.h string.h stringlist.h \
24 strings.h sysexits.h tar.h tgmath.h \
25 time.h timeconv.h timers.h ttyent.h \
26 ulimit.h unistd.h utime.h utmp.h uuid.h varargs.h vis.h wchar.h \
27 wctype.h wordexp.h
28
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 \

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

21 res_update.h resolv.h runetype.h search.h setjmp.h sgtty.h \
22 signal.h stab.h \
23 stdbool.h stddef.h stdio.h stdlib.h string.h stringlist.h \
24 strings.h sysexits.h tar.h tgmath.h \
25 time.h timeconv.h timers.h ttyent.h \
26 ulimit.h unistd.h utime.h utmp.h uuid.h varargs.h vis.h wchar.h \
27 wctype.h wordexp.h
28
29I4BHDRS=i4b_cause.h i4b_debug.h i4b_ioctl.h i4b_rbch_ioctl.h \
30 i4b_tel_ioctl.h i4b_trace.h
31
32MHDRS= float.h floatingpoint.h stdarg.h
33
34PHDRS= sched.h semaphore.h _semaphore.h
35
36LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
37 termios.h ucontext.h
38
39LDIRS= bsm cam geom net net80211 netatalk netgraph netinet netinet6 \

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

176 ${DESTDIR}${INCLUDEDIR}/netinet
177.endif
178 cd ${.CURDIR}/../sys/contrib/pf/net; \
179 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
180 ${DESTDIR}${INCLUDEDIR}/net
181 cd ${.CURDIR}/../sys/crypto; \
182 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 rijndael/rijndael.h \
183 ${DESTDIR}${INCLUDEDIR}/crypto
29MHDRS= float.h floatingpoint.h stdarg.h
30
31PHDRS= sched.h semaphore.h _semaphore.h
32
33LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \
34 termios.h ucontext.h
35
36LDIRS= bsm cam geom net net80211 netatalk netgraph netinet netinet6 \

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

173 ${DESTDIR}${INCLUDEDIR}/netinet
174.endif
175 cd ${.CURDIR}/../sys/contrib/pf/net; \
176 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
177 ${DESTDIR}${INCLUDEDIR}/net
178 cd ${.CURDIR}/../sys/crypto; \
179 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 rijndael/rijndael.h \
180 ${DESTDIR}${INCLUDEDIR}/crypto
184.if ${MACHINE_ARCH} == "i386"
185.if ${MK_I4B} != "no"
186 cd ${.CURDIR}/../sys/i4b/include; \
187 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${I4BHDRS} \
188 ${DESTDIR}${INCLUDEDIR}/i4b
189.endif
190.endif
191 cd ${.CURDIR}/../sys/opencrypto; \
192 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
193 ${DESTDIR}${INCLUDEDIR}/crypto
194 cd ${.CURDIR}/../sys/${MACHINE}/include; \
195 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
196 ${DESTDIR}${INCLUDEDIR}/machine
197.if exists(${.CURDIR}/../sys/${MACHINE}/include/pc)
198 cd ${.CURDIR}/../sys/${MACHINE}/include/pc; \

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

264 ln -fs ../../../sys/contrib/pf/net/$$h \
265 ${DESTDIR}${INCLUDEDIR}/net; \
266 done
267 cd ${.CURDIR}/../sys/crypto; \
268 for h in rijndael/rijndael.h; do \
269 ln -fs ../../../sys/crypto/$$h \
270 ${DESTDIR}${INCLUDEDIR}/crypto; \
271 done
181 cd ${.CURDIR}/../sys/opencrypto; \
182 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
183 ${DESTDIR}${INCLUDEDIR}/crypto
184 cd ${.CURDIR}/../sys/${MACHINE}/include; \
185 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
186 ${DESTDIR}${INCLUDEDIR}/machine
187.if exists(${.CURDIR}/../sys/${MACHINE}/include/pc)
188 cd ${.CURDIR}/../sys/${MACHINE}/include/pc; \

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

254 ln -fs ../../../sys/contrib/pf/net/$$h \
255 ${DESTDIR}${INCLUDEDIR}/net; \
256 done
257 cd ${.CURDIR}/../sys/crypto; \
258 for h in rijndael/rijndael.h; do \
259 ln -fs ../../../sys/crypto/$$h \
260 ${DESTDIR}${INCLUDEDIR}/crypto; \
261 done
272 cd ${.CURDIR}/../sys/i4b/include; \
273 for h in ${I4BHDRS}; do \
274 ln -fs ../../../sys/i4b/include/$$h \
275 ${DESTDIR}${INCLUDEDIR}/i4b; \
276 done
277 cd ${.CURDIR}/../sys/opencrypto; \
278 for h in *.h; do \
279 ln -fs ../../../sys/opencrypto/$$h \
280 ${DESTDIR}${INCLUDEDIR}/crypto; \
281 done
282 cd ${.CURDIR}/../sys/${MACHINE}/include; \
283 for h in *.h; do \
284 ln -fs ../../../sys/${MACHINE}/include/$$h \

--- 37 unchanged lines hidden ---
262 cd ${.CURDIR}/../sys/opencrypto; \
263 for h in *.h; do \
264 ln -fs ../../../sys/opencrypto/$$h \
265 ${DESTDIR}${INCLUDEDIR}/crypto; \
266 done
267 cd ${.CURDIR}/../sys/${MACHINE}/include; \
268 for h in *.h; do \
269 ln -fs ../../../sys/${MACHINE}/include/$$h \

--- 37 unchanged lines hidden ---