summaryrefslogtreecommitdiff
path: root/sbin/lmccontrol/Makefile
diff options
context:
space:
mode:
authorChris Cappuccio <chris@cvs.openbsd.org>2000-10-13 16:22:09 +0000
committerChris Cappuccio <chris@cvs.openbsd.org>2000-10-13 16:22:09 +0000
commit495c737e52c11c65e73e0c9c316388be53a79086 (patch)
tree3dede684821d44162757b0783b9bfa14be592bef /sbin/lmccontrol/Makefile
parent0377d74a469833622d0df1e898a34c70891ee6a2 (diff)
utility to control lmc(4) interfaces
Diffstat (limited to 'sbin/lmccontrol/Makefile')
-rw-r--r--sbin/lmccontrol/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sbin/lmccontrol/Makefile b/sbin/lmccontrol/Makefile
new file mode 100644
index 00000000000..b7f69e4fccb
--- /dev/null
+++ b/sbin/lmccontrol/Makefile
@@ -0,0 +1,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>