1# $OpenBSD: Makefile,v 1.3 1997/09/21 11:35:07 deraadt Exp $ 2 3PROG= expr 4SRCS= expr.c 5 6.include <bsd.prog.mk> 7