mirror of
https://github.com/opnsense/src.git
synced 2026-03-06 15:20:53 -05: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>
|