mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
libnet-devel will maintain libnet-1.1.x. A limited number of ports currently support or will require libnet-1.1.x in the future. The API is not backwards compatible. Unfortunately many ports still require libnet-1.0.x and do not support the new API (and may never support it). libnet-devel will fill the gap until the API change settles out and 1.0.x is fully deprecated.
10 lines
245 B
Text
10 lines
245 B
Text
--- Makefile.am.orig Tue Jan 7 13:18:10 2003
|
|
+++ Makefile.am Tue Jan 7 13:18:14 2003
|
|
@@ -8,6 +8,6 @@
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
-SUBDIRS = include src man sample
|
|
+SUBDIRS = include src man
|
|
|
|
EXTRA_DIST = Makefile.am.common
|