mirror of
https://github.com/opnsense/src.git
synced 2026-03-23 19:23:10 -04:00
9 lines
109 B
Makefile
9 lines
109 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${SRCTOP}/sys/security/mac_ntpd
|
||
|
|
|
||
|
|
KMOD= mac_ntpd
|
||
|
|
SRCS= mac_ntpd.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|