# Makefile for pwd

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

include ../../defs.mk
include ../../mk/prog.mk

