Home | History | Annotate | Line # | Download | only in ccdconfig
Makefile revision 1.5
      1  1.5    grant #	$NetBSD: Makefile,v 1.5 2002/06/11 13:33:48 grant 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