diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-12-03 05:29:12 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-12-03 05:29:12 +0000 |
| commit | 34ecf4188583214c77d2ef6c561ea88092eccdb9 (patch) | |
| tree | f8c40888b45bc9c633fdedbabd9a5a246d26f2ca /include/Makefile | |
| parent | 72a02000d9c0bc1864ec1aa842ccfe364d8ef82a (diff) | |
Notes
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 302d26957c3a..af291fa24b03 100644 --- a/include/Makefile +++ b/include/Makefile @@ -108,7 +108,7 @@ NEWVERS_SH= ${SYSDIR}/conf/newvers.sh PARAM_H= ${SYSDIR}/sys/param.h MK_OSRELDATE_SH= ${.CURDIR}/mk-osreldate.sh -SYMLINKS+= ${INCLUDEDIR} ${LIBDIR}/include +SYMLINKS+= ${LIBDIR:C,[^/]+,..,g:C,^/,,}${INCLUDEDIR} ${LIBDIR}/include osreldate.h: ${NEWVERS_SH} ${PARAM_H} ${MK_OSRELDATE_SH} env NEWVERS_SH=${NEWVERS_SH} PARAMFILE=${PARAM_H} SYSDIR=${SYSDIR} \ |
