1#	$OpenBSD: Makefile,v 1.3 2005/09/19 03:53:50 kurt Exp $
2
3LIB=		cc
4SRCS=		cc.c
5
6regress: all
7
8.include <bsd.lib.mk>
9