summaryrefslogtreecommitdiff
path: root/net/ng_daphne
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-06-15 13:23:19 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-06-15 13:23:19 +0000
commit29e68284635aac1595c21b5e086506747ddd5d0d (patch)
tree1eee0f64d9e34ffd30d4c365b60c367b19919cd6 /net/ng_daphne
parentUpdate to 0.8.7 (diff)
Fix build
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=137489
Diffstat (limited to 'net/ng_daphne')
-rw-r--r--net/ng_daphne/files/patch-Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/ng_daphne/files/patch-Makefile b/net/ng_daphne/files/patch-Makefile
new file mode 100644
index 000000000000..dfc153f45db5
--- /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 <bsd.kmod.mk>