summaryrefslogtreecommitdiff
path: root/minix/tests/kernel/sys_padconf/Makefile
blob: ad82370c5248ed1d6d51089e7cfcb8c0ca9671c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Makefile for the sys_padconf test.

.include <bsd.own.mk>

PROG=	padconftest
SRCS=	padconftest.c

DPADD+=	${LIBSYS}
LDADD+=	-lsys

MAN=

BINDIR?= /usr/tests/minix-posix

.include "${NETBSDSRCDIR}/drivers/Makefile.inc"
.include <minix.service.mk>