Makefile revision 1.1
1# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:12 fgsch Exp $
2
3PROG=	pw
4SRCS=	pw.c
5
6.include <bsd.prog.mk>
7