]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/mk/bsd.links.mk
Use the new insecure-lan-zones option instead of listing each AS112 zone
[FreeBSD/FreeBSD.git] / share / mk / bsd.links.mk
1 # $FreeBSD$
2
3 .if !target(__<bsd.init.mk>__)
4 .error bsd.links.mk cannot be included directly.
5 .endif
6
7 afterinstall: _installlinks
8 .ORDER: realinstall _installlinks
9 _installlinks:
10 .for s t in ${LINKS}
11         ${INSTALL_LINK} ${DESTDIR}${s} ${DESTDIR}${t}
12 .endfor
13 .for s t in ${SYMLINKS}
14         ${INSTALL_SYMLINK} ${s} ${DESTDIR}${t}
15 .endfor