1# $OpenBSD: Makefile,v 1.1 2003/07/01 05:51:31 niklas Exp $
2
3PROG=		prog
4SRCS=		prog.c
5NOMAN=		true
6
7.include <bsd.prog.mk>
8