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
/
tests
/
kernel
/
sys_padconf
/
Makefile
blob
ad82370c5248ed1d6d51089e7cfcb8c0ca9671c4
1
# Makefile for the sys_padconf test.
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
padconftest
6
SRCS
=
padconftest.c
7
8
DPADD
+= ${
LIBSYS
}
9
LDADD
+= -
lsys
10
11
MAN
=
12
13
BINDIR?
= /
usr
/
tests
/
minix-posix
14
15
.
include
"${NETBSDSRCDIR}/drivers/Makefile.inc"
16
.
include
<
minix.service.mk
>