diff options
Diffstat (limited to 'share/examples/inotify/Makefile')
-rw-r--r-- | share/examples/inotify/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/examples/inotify/Makefile b/share/examples/inotify/Makefile new file mode 100644 index 000000000000..c54c629c58d7 --- /dev/null +++ b/share/examples/inotify/Makefile @@ -0,0 +1,6 @@ +PROG= inotify +MAN= + +LIBADD= xo + +.include <bsd.prog.mk> |