Home | History | Annotate | Line # | Download | only in cgdconfig
Makefile revision 1.12
      1  1.12  pooka # $NetBSD: Makefile,v 1.12 2009/09/08 21:36:35 pooka Exp $
      2   1.1  elric 
      3   1.1  elric PROG=	cgdconfig
      4   1.1  elric MAN=	cgdconfig.8
      5   1.1  elric 
      6  1.12  pooka SRCS+=	cgd_kernelops.c
      7   1.1  elric 
      8  1.12  pooka .include "${.CURDIR}/Makefile.cgdconfig"
      9   1.1  elric 
     10   1.1  elric .include <bsd.prog.mk>
     11