mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
7 lines
97 B
Makefile
7 lines
97 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/security/mac_ntpd
|
|
|
|
KMOD= mac_ntpd
|
|
SRCS= mac_ntpd.c
|
|
|
|
.include <bsd.kmod.mk>
|