Home | History | Annotate | Line # | Download | only in ccdconfig
Makefile revision 1.8
      1  1.8      tls #	$NetBSD: Makefile,v 1.8 2007/05/28 12:06:22 tls Exp $
      2  1.8      tls 
      3  1.8      tls USE_FORT?=yes	# setgid
      4  1.1  thorpej 
      5  1.1  thorpej PROG=	ccdconfig
      6  1.5    grant MAN=	ccdconfig.8 ccd.conf.5
      7  1.1  thorpej 
      8  1.1  thorpej BINGRP=	kmem
      9  1.1  thorpej BINMODE=2555
     10  1.1  thorpej 
     11  1.2  thorpej DPADD=	${LIBKVM} ${LIBUTIL}
     12  1.2  thorpej LDADD=	-lkvm -lutil
     13  1.1  thorpej 
     14  1.1  thorpej .include <bsd.prog.mk>
     15