From a1a4465e909873c17f58988ab1458600369e62d0 Mon Sep 17 00:00:00 2001 From: arved Date: Wed, 15 Jun 2005 13:23:19 +0000 Subject: Fix build Reported by: pointyhat --- net/ng_daphne/files/patch-Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 net/ng_daphne/files/patch-Makefile (limited to 'net/ng_daphne') diff --git a/net/ng_daphne/files/patch-Makefile b/net/ng_daphne/files/patch-Makefile new file mode 100644 index 00000000000..dfc153f45db --- /dev/null +++ b/net/ng_daphne/files/patch-Makefile @@ -0,0 +1,8 @@ +--- Makefile.orig Wed Jun 15 15:18:23 2005 ++++ Makefile Wed Jun 15 15:18:07 2005 +@@ -1,4 +1,4 @@ + KMOD= ng_daphne +-SRCS= ng_daphne.c ++SRCS= ng_daphne.c opt_netgraph.h + + .include -- cgit