diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-10-13 16:22:09 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-10-13 16:22:09 +0000 |
commit | 495c737e52c11c65e73e0c9c316388be53a79086 (patch) | |
tree | 3dede684821d44162757b0783b9bfa14be592bef /sbin/lmccontrol/Makefile | |
parent | 0377d74a469833622d0df1e898a34c70891ee6a2 (diff) |
utility to control lmc(4) interfaces
Diffstat (limited to 'sbin/lmccontrol/Makefile')
-rw-r--r-- | sbin/lmccontrol/Makefile | 10 |
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> |