10 lines
169 B
Makefile
10 lines
169 B
Makefile
# $NetBSD: Makefile,v 1.4 2001/12/12 01:48:54 tv Exp $
|
|
|
|
PROG= ntptimeset
|
|
NOMAN= # defined
|
|
SRCS= ntptimeset.c ntptime_config.c
|
|
|
|
NTPSRCDIR=ntpdate
|
|
|
|
.include <bsd.prog.mk>
|