NetBSD/sbin/lmcctl/Makefile

10 lines
164 B
Makefile
Raw Normal View History

1999-04-17 03:40:52 +04:00
# $NetBSD: Makefile,v 1.2 1999/04/16 23:40:52 explorer Exp $
PROG= lmcctl
SRCS= lmcctl.c clockgen.c
1999-04-17 03:40:52 +04:00
MAN= lmcctl.8
BINOWN= root
BINMODE=555
.include <bsd.prog.mk>