NetBSD/regress/sys/kern/getcwd/Makefile

17 lines
263 B
Makefile
Raw Normal View History

2001-12-12 04:23:59 +03:00
# $NetBSD: Makefile,v 1.3 2001/12/12 01:24:16 tv Exp $
1999-03-22 21:14:39 +03:00
2001-12-12 04:23:59 +03:00
PROG= getcwd
SRCS= getcwd.c old_getcwd.c
NOMAN= # defined
LDSTATIC= -static
WARNS= 1
1999-03-22 21:14:39 +03:00
regress:
@./getcwd -r
1999-03-26 16:14:12 +03:00
@./getcwd -p
long-regress:
@find /usr -type d -print | ./getcwd -s
1999-03-22 21:14:39 +03:00
.include <bsd.prog.mk>