Expand PMF_FN_* macros.
[netbsd-mini2440.git] / regress / lib / libposix / prn1 / Makefile
blob98bc6ac510fabadcd28615fa3d0446cee53a734e
1 # $NetBSD: Makefile,v 1.3 2001/12/12 01:24:11 tv Exp $
3 NOMAN= # defined
5 PROG= prename
6 CLEANFILES+= t1 t2
7 DPADD+= ${LIBPOSIX}
8 LDADD+= -lposix
10 .PATH: ${.CURDIR}/..
12 regress:
13 @echo Testing posix rename with -lposix
14 ./prename
16 .include <bsd.prog.mk>