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