diff options
Diffstat (limited to 'share/examples/ppi/Makefile')
-rw-r--r-- | share/examples/ppi/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/examples/ppi/Makefile b/share/examples/ppi/Makefile new file mode 100644 index 000000000000..9b0d0d59c3d3 --- /dev/null +++ b/share/examples/ppi/Makefile @@ -0,0 +1,8 @@ +# Makefile to build LCD control software for ppi(4) interface. +# +# $FreeBSD$ + +PROG= ppilcd +NO_MAN= + +.include <bsd.prog.mk> |