diff options
author | arved <arved@FreeBSD.org> | 2005-06-15 21:23:19 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-06-15 21:23:19 +0800 |
commit | a1a4465e909873c17f58988ab1458600369e62d0 (patch) | |
tree | 0ca77fc7811c1bf87ac7bf2e3f145060a138346c /net | |
parent | 05f6d0d9c9797993d29774425b66de7893163a2f (diff) | |
download | freebsd-ports-graphics-a1a4465e909873c17f58988ab1458600369e62d0.tar.gz freebsd-ports-graphics-a1a4465e909873c17f58988ab1458600369e62d0.tar.zst freebsd-ports-graphics-a1a4465e909873c17f58988ab1458600369e62d0.zip |
Fix build
Reported by: pointyhat
Diffstat (limited to 'net')
-rw-r--r-- | net/ng_daphne/files/patch-Makefile | 8 |
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 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 <bsd.kmod.mk> |