diff options
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> |