# Makefile for pwd

TOP=../../..
.include "$(TOP)/mk/os161.config.mk"

PROG=pwd
SRCS=pwd.c
BINDIR=/bin


.include "$(TOP)/mk/os161.prog.mk"

