mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-20 10:16:34 +01:00
17 lines
210 B
Makefile
17 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>
|