1 1.1.8.1.2.1 matt # $NetBSD: Makefile,v 1.1.8.1.2.1 2010/04/21 05:23:10 matt 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