8 lines
146 B
Makefile
8 lines
146 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 1997/04/18 13:29:08 christos Exp $
|
||
|
|
||
|
PROG= ntpq
|
||
|
SRCS= ntpq.c ntpq.h ntpq_ops.c
|
||
|
MAN+= ntpq.8
|
||
|
|
||
|
.include <bsd.prog.mk>
|