mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
69ea23ed71
Approve by: portmgr (not really, but one of these is modifying an unstaged port)
16 lines
355 B
Plaintext
16 lines
355 B
Plaintext
--- libfree/Makefile.orig Fri Oct 3 12:52:41 1997
|
|
+++ libfree/Makefile Thu Sep 30 11:34:21 1999
|
|
@@ -1,8 +1,12 @@
|
|
include ../Make.defines
|
|
|
|
+CFLAGS += -I..
|
|
+
|
|
all: ${LIBFREE_OBJS}
|
|
ar rv ${LIBUNP_NAME} $?
|
|
${RANLIB} ${LIBUNP_NAME}
|
|
+ ar rv ${LIBUNP_THREADSAFE_NAME} $?
|
|
+ ${RANLIB} ${LIBUNP_THREADSAFE_NAME}
|
|
|
|
clean:
|
|
rm -f ${PROGS} ${CLEANFILES}
|