Drop main() prototype. Syncs with NetBSD-8
[minix.git] / minix / tests / kernel / sys_padconf / Makefile
blobad82370c5248ed1d6d51089e7cfcb8c0ca9671c4
1 # Makefile for the sys_padconf test.
3 .include <bsd.own.mk>
5 PROG= padconftest
6 SRCS= padconftest.c
8 DPADD+= ${LIBSYS}
9 LDADD+= -lsys
11 MAN=
13 BINDIR?= /usr/tests/minix-posix
15 .include "${NETBSDSRCDIR}/drivers/Makefile.inc"
16 .include <minix.service.mk>