]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/mac_ntpd/Makefile
Move SYSCTL_ADD_PROC() to unlocked context in if_ure to avoid lock order reversal.
[FreeBSD/FreeBSD.git] / sys / modules / mac_ntpd / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/security/mac_ntpd
4
5 KMOD=   mac_ntpd
6 SRCS=   mac_ntpd.c
7
8 .include <bsd.kmod.mk>