From 747b731a5fd0d179d7164777586b45ffd2c1f64c Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 9 Sep 2002 22:59:06 +0000 Subject: [PATCH] Sigh, finally activate pkgwrap.c. Big pointy hat to: sobomax (who apparently needs some sleep) Submitted by: walt --- usr.sbin/pkg_install/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pkg_install/lib/Makefile b/usr.sbin/pkg_install/lib/Makefile index acb837ebd0c8..7b0e2f82842b 100644 --- a/usr.sbin/pkg_install/lib/Makefile +++ b/usr.sbin/pkg_install/lib/Makefile @@ -3,7 +3,7 @@ LIB= install INTERNALLIB= YES SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c match.c \ - deps.c version.c + deps.c version.c pkgwrap.c CFLAGS+= ${DEBUG}