repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel/efi: Add a sysctl machdep.efi_map to dump the raw EFI memory map.
[dragonfly.git]
/
share
/
examples
/
ppi
/
Makefile
blob
675a497cd9e235c54f03c93ea2dd00894ae3fa71
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
>