NetBSD/regress/lib/libposix/prn1/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

17 lines
240 B
Makefile

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