10 lines
146 B
Makefile
10 lines
146 B
Makefile
|
# $NetBSD: Makefile,v 1.1 1997/10/13 03:58:05 explorer Exp $
|
||
|
|
||
|
PROG= rndctl
|
||
|
SRCS= rndctl.c
|
||
|
MAN= rndctl.8
|
||
|
|
||
|
MLINKS= rndctl.8
|
||
|
|
||
|
.include <bsd.prog.mk>
|