1 1.6 xtraeme # $NetBSD: Makefile,v 1.6 2005/01/20 15:49:24 xtraeme Exp $ 2 1.1 thorpej 3 1.6 xtraeme WARNS= 2 4 1.1 thorpej PROG= ccdconfig 5 1.5 grant MAN= ccdconfig.8 ccd.conf.5 6 1.1 thorpej 7 1.1 thorpej BINGRP= kmem 8 1.1 thorpej BINMODE=2555 9 1.1 thorpej 10 1.2 thorpej DPADD= ${LIBKVM} ${LIBUTIL} 11 1.2 thorpej LDADD= -lkvm -lutil 12 1.1 thorpej 13 1.1 thorpej .include <bsd.prog.mk> 14