NetBSD/sbin/lmcctl/Makefile
explorer 07c2411233 Add lmcctl, to configure lmc driver. Reason it belongs in /sbin is that
it might need to be run before /usr is mounted.
1999-03-25 04:05:36 +00:00

10 lines
166 B
Makefile

# $NetBSD: Makefile,v 1.1 1999/03/25 04:05:36 explorer Exp $
PROG= lmcctl
SRCS= lmcctl.c clockgen.c
NOMAN= lmcctl.8
BINOWN= root
BINMODE=555
.include <bsd.prog.mk>