xref: /dragonfly/share/examples/ppi/Makefile (revision 36a3d1d6)
1# Makefile to build LCD control software for ppi(4) interface.
2#
3# $FreeBSD: src/share/examples/ppi/Makefile,v 1.2 1999/08/28 00:19:27 peter Exp $
4# $DragonFly: src/share/examples/ppi/Makefile,v 1.2 2003/06/17 04:36:57 dillon Exp $
5
6PROG=	ppilcd
7NOMAN=	YES
8
9.include <bsd.prog.mk>
10