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]
/
minix
/
lib
/
libclkconf
/
Makefile
blob
907190dc39a17995572a66c13b813f84233d5a2f
1
#
2
# Makefile for libclkconf
3
4
CPPFLAGS
+= -
D_SYSTEM
-
D_MINIX_SYSTEM
5
6
LIB
=
clkconf
7
8
SRCS
=
\
9
clkconf.c
10
11
.
include
<
bsd.lib.mk
>