repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
external
/
mit
/
xorg
/
lib
/
libdrm
/
kms
/
Makefile
blob
fe103adad650649bf4fcf856227f096e1e62d57e
1
# $NetBSD: Makefile,v 1.1 2010/05/22 23:19:24 mrg Exp $
2
3
# install include/libkms files
4
5
.
include
<
bsd.own.mk
>
6
7
.PATH
: ${
X11SRCDIR.drm
}/
libkms
8
9
INCS
=
libkms.h
10
11
INCSDIR
=${
X11INCDIR
}/
libkms
12
13
.
include
<
bsd.x11.mk
>
14
.
include
<
bsd.prog.mk
>