7 lines
135 B
Makefile
7 lines
135 B
Makefile
# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.4 1993/08/01 05:47:07 mycroft Exp $
|
|
|
|
PROG= pwd
|
|
|
|
.include <bsd.prog.mk>
|