Home | History | Annotate | Line # | Download | only in putter
Makefile revision 1.1.10.2
      1  1.1.10.2  wrstuden # $NetBSD: Makefile,v 1.1.10.2 2008/09/24 05:28:33 wrstuden Exp $
      2  1.1.10.2  wrstuden 
      3  1.1.10.2  wrstuden .include "../Makefile.inc"
      4  1.1.10.2  wrstuden 
      5  1.1.10.2  wrstuden .PATH:	${S}/dev/putter
      6  1.1.10.2  wrstuden 
      7  1.1.10.2  wrstuden KMOD=	putter
      8  1.1.10.2  wrstuden SRCS=	putter.c
      9  1.1.10.2  wrstuden 
     10  1.1.10.2  wrstuden .include <bsd.kmodule.mk>
     11