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