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