blob: 9c2b8efb61f115fa13c1b685eea9a500fe042230 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- lib/Makefile.orig Tue Jun 29 15:06:42 2004
+++ lib/Makefile Mon Jul 5 20:14:05 2004
@@ -1,13 +1,17 @@
# $FreeBSD: /tmp/pcvs/ports/sysutils/pkg_install/files/Attic/patch-lib_Makefile,v 1.2 2004-07-06 00:17:35 marcus Exp $
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 pkgwrap.c url.c
+NOPROFILE= yes
+NOPIC= yes
CFLAGS+= ${DEBUG}
WARNS?= 6
WFORMAT?= 1
+
+install:
+ @echo -n
.include <bsd.lib.mk>
|