8 lines
143 B
Makefile
8 lines
143 B
Makefile
# $NetBSD: Makefile,v 1.3 1998/03/06 18:17:18 christos Exp $
|
|
|
|
PROG= ntpdate
|
|
SRCS= ntpdate.h ntpdate.c
|
|
MAN+= ntpdate.8
|
|
|
|
.include <bsd.prog.mk>
|