diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2001-06-07 04:06:21 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2001-06-07 04:06:21 +0000 |
| commit | 88d74af54801e3f847a8a5b9d8ef3669b6d17f5e (patch) | |
| tree | 031af67256653db56f24ae15aa66853272468718 /include | |
| parent | 4422746fdff90945e92818269eae3a714156ca7e (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile index c08032c5423c..61f21fb5a077 100644 --- a/include/Makefile +++ b/include/Makefile @@ -112,10 +112,10 @@ copies: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i/*.h \ ${DESTDIR}/usr/include/$i .endfor -.if exists(${.CURDIR}/../sys/${MACHINE_ARCH}/include) - cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include; \ +.if exists(${.CURDIR}/../sys/contrib/ipfilter/netinet) + cd ${.CURDIR}/../sys/contrib/ipfilter/netinet; \ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ - ${DESTDIR}/usr/include/machine + ${DESTDIR}/usr/include/netinet .endif .for i in ${SFILES} ln -sf ../sys/$i ${DESTDIR}/usr/include/machine/$i |
