etc/protocols - sync with NetBSD-8
[minix.git] / tests / lib / libposix / bsd / Makefile
blob7fc998c12233bd6110248900f72f206377888e94
1 # $NetBSD: Makefile,v 1.1 2010/07/16 13:56:31 jmmv Exp $
3 NOMAN= # defined
5 .include <bsd.own.mk>
7 .PATH: ${.CURDIR}/..
8 TESTSDIR= ${TESTSBASE}/lib/libposix/bsd
10 CFLAGS+= -DBSD_RENAME
12 TESTS_C= t_rename
14 .include <bsd.test.mk>