Home | History | Annotate | Line # | Download | only in mlxctl
Makefile revision 1.4
      1  1.4  joerg #	$NetBSD: Makefile,v 1.4 2014/06/11 14:51:49 joerg Exp $
      2  1.1     ad 
      3  1.1     ad PROG=	mlxctl
      4  1.1     ad SRCS=	cmds.c config.c dklist.c main.c util.c
      5  1.1     ad MAN=	mlxctl.8
      6  1.1     ad 
      7  1.4  joerg LDADD=	-lutil
      8  1.4  joerg DPADD=	${LIButil}
      9  1.1     ad 
     10  1.1     ad .include <bsd.prog.mk>
     11