8 lines
133 B
Makefile
8 lines
133 B
Makefile
|
# $NetBSD: Makefile,v 1.1 1997/06/23 17:30:07 christos Exp $
|
||
|
|
||
|
PROG= ntptime
|
||
|
SRCS= ntptime.c
|
||
|
MAN+= ntptime.8
|
||
|
|
||
|
.include <bsd.prog.mk>
|