freebsd-ports/net/ng_daphne/files/patch-Makefile
Tilman Keskinoz 29e6828463 Fix build
Reported by:	pointyhat
2005-06-15 13:23:19 +00:00

8 lines
195 B
Text

--- 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>