mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 09:13:43 -04:00
16 lines
189 B
Makefile
16 lines
189 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= propdelay
|
|
DPADD= ${LIBNTP} ${LIBM}
|
|
LDADD= ${LIBNTP} -lm
|
|
|
|
SRCS= propdelay.c
|
|
NOMAN=
|
|
|
|
install:
|
|
|
|
CLEANFILES+= chutest clktest chutest.o clktest.o
|
|
|
|
.include <bsd.prog.mk>
|