mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 14:35:50 -04:00
59 lines
2.2 KiB
Plaintext
59 lines
2.2 KiB
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2001/04/27 12:10:40 agc Exp $
|
|
|
|
--- Makefile.orig Thu May 22 22:59:46 1997
|
|
+++ Makefile Sun Apr 8 19:24:33 2001
|
|
@@ -157,8 +157,8 @@
|
|
STD_CPP_DEFINES =
|
|
|
|
STD_INCLUDES = -I$(LOCALINCLUDEROOT)
|
|
- STD_DEFINES = -Dsun -DSVR4
|
|
- STD_LDLIBS = -lsocket -lnsl -lw
|
|
+ STD_DEFINES =
|
|
+ STD_LDLIBS =
|
|
STD_LDFLAGS = -L$(LOCALUSRLIBDIR)
|
|
|
|
# Project-specific include file directories, defines, etc.
|
|
@@ -170,7 +170,7 @@
|
|
|
|
LOADERLIBPREFIX =
|
|
CDEBUGFLAGS = -O
|
|
- CCOPTIONS = -Xc
|
|
+ CCOPTIONS =
|
|
|
|
ALLINCLUDES = $(INCLUDES) $(PROJECT_INCLUDES) $(STD_INCLUDES)
|
|
ALLDEFINES = $(STD_DEFINES) $(PROJECT_DEFINES) $(DEFINES)
|
|
@@ -481,23 +481,23 @@
|
|
|
|
# DO NOT DELETE
|
|
|
|
-alloc.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
|
|
+alloc.o: /usr/include/stdio.h
|
|
alloc.o: /usr/local/include/etm.h memmgr.internal.h memmgr.h
|
|
-allocnp.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
|
|
+allocnp.o: /usr/include/stdio.h
|
|
allocnp.o: memmgr.internal.h memmgr.h
|
|
-stralloc.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
|
|
+stralloc.o: /usr/include/stdio.h
|
|
stralloc.o: /usr/local/include/etm.h memmgr.internal.h memmgr.h
|
|
-strallocnp.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
|
|
+strallocnp.o: /usr/include/stdio.h
|
|
strallocnp.o: memmgr.internal.h memmgr.h
|
|
-realloc.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
|
|
+realloc.o: /usr/include/stdio.h
|
|
realloc.o: /usr/local/include/etm.h memmgr.internal.h memmgr.h
|
|
-reallocnp.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
|
|
+reallocnp.o: /usr/include/stdio.h
|
|
reallocnp.o: memmgr.internal.h memmgr.h
|
|
-valloc.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
|
|
+valloc.o: /usr/include/stdio.h
|
|
valloc.o: /usr/local/include/etm.h memmgr.internal.h memmgr.h
|
|
-vallocnp.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
|
|
+vallocnp.o: /usr/include/stdio.h
|
|
vallocnp.o: memmgr.internal.h memmgr.h
|
|
-free.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
|
|
+free.o: /usr/include/stdio.h
|
|
free.o: memmgr.internal.h memmgr.h
|
|
-malloc0.o: /usr/include/stdio.h /usr/include/sys/feature_tests.h
|
|
+malloc0.o: /usr/include/stdio.h
|
|
malloc0.o: memmgr.internal.h memmgr.h
|