1998-01-02 12:10:56 +00:00
|
|
|
# Makefile to build LCD control software for ppi(4) interface.
|
|
|
|
#
|
1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1998-01-02 12:10:56 +00:00
|
|
|
|
|
|
|
PROG= ppilcd
|
|
|
|
NOMAN= YES
|
|
|
|
|
2000-04-27 21:08:24 +00:00
|
|
|
# XXX This should not be done in fact. The header files should
|
|
|
|
# be copied to /usr/include/sys/dev/ppbus during make world
|
|
|
|
CFLAGS += -I/sys/dev/ppbus
|
|
|
|
|
1998-01-02 12:10:56 +00:00
|
|
|
.include <bsd.prog.mk>
|