Home | History | Annotate | Line # | Download | only in ccdconfig
Makefile revision 1.7
      1  1.7  xtraeme #	$NetBSD: Makefile,v 1.7 2005/01/20 16:39:23 xtraeme Exp $
      2  1.1  thorpej 
      3  1.1  thorpej PROG=	ccdconfig
      4  1.5    grant MAN=	ccdconfig.8 ccd.conf.5
      5  1.1  thorpej 
      6  1.1  thorpej BINGRP=	kmem
      7  1.1  thorpej BINMODE=2555
      8  1.1  thorpej 
      9  1.2  thorpej DPADD=	${LIBKVM} ${LIBUTIL}
     10  1.2  thorpej LDADD=	-lkvm -lutil
     11  1.1  thorpej 
     12  1.1  thorpej .include <bsd.prog.mk>
     13