pwd:	pwd.c
	gcc -O6 -s -N -o pwd pwd.c
install:
	cp pwd $(BINROOTDIR)/bin
	cp pwd.1 $(BINROOTDDIR)/usr/man/man1
clean:
	rm -f pwd *.o core
