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