NetBSD/regress/lib/libposix/nrn/Makefile
mjl cec782b5c0 Added regress testing of libposix rename features, as per PR 5858
by Arne H. Juul <arnej@math.ntnu.no>, using the patch provided.
1999-02-21 00:20:10 +00:00

16 lines
213 B
Makefile

# $NetBSD: Makefile,v 1.1 1999/02/21 00:20:11 mjl Exp $
PROG= prn
NOMAN= t
CLEANFILES+= t1 t2
.PATH: ${.CURDIR}/..
CPPFLAGS+= -DBSD_RENAME
regress:
@echo Testing BSD rename
./prn
.include <bsd.prog.mk>