Home | History | Annotate | Line # | Download | only in pkg_create
Makefile revision 1.1.6.1
      1  1.1.6.1    snj # $NetBSD: Makefile,v 1.1.6.1 2009/05/30 16:40:34 snj Exp $
      2      1.1  joerg # Original from FreeBSD, no rcs id.
      3      1.1  joerg 
      4      1.1  joerg PROG= pkg_create
      5      1.1  joerg SRCS= main.c perform.c pl.c util.c build.c
      6      1.1  joerg 
      7      1.1  joerg .include <bsd.init.mk>
      8      1.1  joerg 
      9      1.1  joerg .PATH:	${DIST}/create
     10      1.1  joerg 
     11      1.1  joerg .include <bsd.prog.mk>
     12