Expand PMF_FN_* macros.
[netbsd-mini2440.git] / regress / lib / libposix / nrn / Makefile
blobfae033a4857ab2a87a49c104214348b074fd2791
1 # $NetBSD: Makefile,v 1.3 2001/12/12 01:24:11 tv Exp $
3 NOMAN= # defined
5 PROG= prename
6 CPPFLAGS+= -DBSD_RENAME
7 CLEANFILES+= t1 t2
9 .PATH: ${.CURDIR}/..
11 regress:
12 @echo Testing BSD rename
13 ./prename
15 .include <bsd.prog.mk>