Deleted Added
full compact
Makefile (129476) Makefile (130416)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 129476 2004-05-20 10:29:26Z pjd $
2# $FreeBSD: head/include/Makefile 130416 2004-06-13 17:29:10Z mlaier $
3#
4# Doing a "make install" builds /usr/include.
5
6CLEANFILES= osreldate.h version vers.c
7SUBDIR= arpa protocols rpcsvc rpc
8INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h db.h \
9 dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
10 fts.h getopt.h glob.h grp.h hesiod.h histedit.h ieeefp.h ifaddrs.h \

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

106.for i in ${LDIRS} ${LSUBDIRS:Ndev/bktr} ${LSUBSUBDIRS}
107 cd ${.CURDIR}/../sys; \
108 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \
109 ${DESTDIR}${INCLUDEDIR}/$i
110.endfor
111 cd ${.CURDIR}/../sys/dev/bktr; \
112 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ioctl_*.h \
113 ${DESTDIR}${INCLUDEDIR}/dev/bktr
3#
4# Doing a "make install" builds /usr/include.
5
6CLEANFILES= osreldate.h version vers.c
7SUBDIR= arpa protocols rpcsvc rpc
8INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h db.h \
9 dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
10 fts.h getopt.h glob.h grp.h hesiod.h histedit.h ieeefp.h ifaddrs.h \

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

106.for i in ${LDIRS} ${LSUBDIRS:Ndev/bktr} ${LSUBSUBDIRS}
107 cd ${.CURDIR}/../sys; \
108 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \
109 ${DESTDIR}${INCLUDEDIR}/$i
110.endfor
111 cd ${.CURDIR}/../sys/dev/bktr; \
112 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ioctl_*.h \
113 ${DESTDIR}${INCLUDEDIR}/dev/bktr
114 cd ${.CURDIR}/../sys/contrib/altq/altq; \
115 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
116 ${DESTDIR}${INCLUDEDIR}/altq
114 cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
115 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
116 ${DESTDIR}${INCLUDEDIR}/netinet
117 cd ${.CURDIR}/../sys/contrib/pf/net; \
118 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
119 ${DESTDIR}${INCLUDEDIR}/net
120 cd ${.CURDIR}/../sys/opencrypto; \
121 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \

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

144 done
145.endfor
146.for i in ${LSUBSUBDIRS}
147 cd ${.CURDIR}/../sys/$i; \
148 for h in *.h; do \
149 ln -fs ../../../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \
150 done
151.endfor
117 cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
118 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
119 ${DESTDIR}${INCLUDEDIR}/netinet
120 cd ${.CURDIR}/../sys/contrib/pf/net; \
121 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
122 ${DESTDIR}${INCLUDEDIR}/net
123 cd ${.CURDIR}/../sys/opencrypto; \
124 ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \

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

147 done
148.endfor
149.for i in ${LSUBSUBDIRS}
150 cd ${.CURDIR}/../sys/$i; \
151 for h in *.h; do \
152 ln -fs ../../../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \
153 done
154.endfor
155 cd ${.CURDIR}/../sys/contrib/altq/altq; \
156 for h in *.h; do \
157 ln -fs ../../../sys/contrib/altq/altq/$$h \
158 ${DESTDIR}${INCLUDEDIR}/altq; \
159 done
152 cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
153 for h in *.h; do \
154 ln -fs ../../../sys/contrib/ipfilter/netinet/$$h \
155 ${DESTDIR}${INCLUDEDIR}/netinet; \
156 done
157 cd ${.CURDIR}/../sys/contrib/pf/net; \
158 for h in *.h; do \
159 ln -fs ../../../sys/contrib/pf/net/$$h \

--- 19 unchanged lines hidden ---
160 cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \
161 for h in *.h; do \
162 ln -fs ../../../sys/contrib/ipfilter/netinet/$$h \
163 ${DESTDIR}${INCLUDEDIR}/netinet; \
164 done
165 cd ${.CURDIR}/../sys/contrib/pf/net; \
166 for h in *.h; do \
167 ln -fs ../../../sys/contrib/pf/net/$$h \

--- 19 unchanged lines hidden ---