diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-09 22:59:06 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-09 22:59:06 +0000 |
commit | 747b731a5fd0d179d7164777586b45ffd2c1f64c (patch) | |
tree | a93db645c2489fbcf6701f935f38f812f22a6698 /usr.sbin/pkg_install | |
parent | e022d3b1aa96ea53d39d93c3ee5cdbfb570fc2f7 (diff) | |
download | src-test2-747b731a5fd0d179d7164777586b45ffd2c1f64c.tar.gz src-test2-747b731a5fd0d179d7164777586b45ffd2c1f64c.zip |
Notes
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r-- | usr.sbin/pkg_install/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |