mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
16 lines
210 B
Makefile
16 lines
210 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
PROG= propdelay
|
|
LIBADD= -L${.CURDIR}/../lib -lntp -lm
|
|
DPADD= ${.CURDIR}/../lib/libntp.a
|
|
|
|
SRCS= propdelay.c
|
|
NOMAN=
|
|
|
|
install:
|
|
|
|
CLEANFILES+= chutest clktest chutest.o clktest.o
|
|
|
|
.include <bsd.prog.mk>
|