Add pf example configs
[dragonfly.git] / share / examples / ppi / Makefile
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
6 PROG=   ppilcd
7 NOMAN=  YES
8
9 .include <bsd.prog.mk>