Home | History | Annotate | Line # | Download | only in getcwd
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 1999/03/26 13:14:12 sommerfe Exp $
      2 
      3 PROG=	getcwd
      4 SRCS=	getcwd.c old_getcwd.c
      5 MKMAN=	no
      6 LDFLAGS=-static
      7 WARNS=1
      8 
      9 regress:
     10 	@./getcwd -r
     11 	@./getcwd -p
     12 
     13 long-regress:
     14 	@find /usr -type d -print | ./getcwd -s
     15 
     16 .include <bsd.prog.mk>
     17