Update build glue for pkg_install-20090225.

This commit is contained in:
joerg 2009-02-25 21:23:17 +00:00
parent 3018e10272
commit e0c851f773
2 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2009/02/15 18:24:49 joerg Exp $
# $NetBSD: Makefile,v 1.4 2009/02/25 21:23:17 joerg Exp $
# Original from FreeBSD, no rcs id.
LIBISPRIVATE= yes
@ -15,6 +15,10 @@ version.o: version.h version.c
.include <bsd.init.mk>
pkg_install.conf.5: ${DIST}/lib/pkg_install.conf.5.in
${TOOL_SED} -e 's,@SYSCONFDIR@,/etc,' \
${DIST}/lib/pkg_install.conf.5.in > ${.TARGET}
.PATH: ${DIST}/lib
CPPFLAGS+= -DNETBSD

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.1 2008/09/30 19:19:56 joerg Exp $
# $NetBSD: Makefile,v 1.2 2009/02/25 21:23:17 joerg Exp $
# Original from FreeBSD, no rcs id.
PROG= pkg_delete
SRCS= main.c perform.c
.include <bsd.init.mk>