diff options
Diffstat (limited to 'net/b2bua/files/patch-radius::test::Makefile')
-rw-r--r-- | net/b2bua/files/patch-radius::test::Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/b2bua/files/patch-radius::test::Makefile b/net/b2bua/files/patch-radius::test::Makefile new file mode 100644 index 000000000000..935770e1fe81 --- /dev/null +++ b/net/b2bua/files/patch-radius::test::Makefile @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- radius/test/Makefile 2003/01/19 13:26:53 1.1 ++++ radius/test/Makefile 2003/01/19 13:27:00 +@@ -5,7 +5,7 @@ + + include $(BUILD)/Makefile.pre + +-PACKAGES += RADIUS UTIL PTHREAD ++PACKAGES += RADIUS UTIL PTHREAD LIBCEXT + + TESTPROGRAMS = \ + radiusTest.cxx \ |