summaryrefslogtreecommitdiff
path: root/sbin/lmccontrol/Makefile
blob: b7f69e4fccb72a957f68aac7555a159e0ca223c4 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.1 2000/10/13 16:22:07 chris Exp $

PROG=	lmccontrol
SRCS=	lmccontrol.c clockgen.c

CFLAGS+= -Wall

MAN=	lmccontrol.8

.include <bsd.prog.mk>