summaryrefslogtreecommitdiff
path: root/bin/expr/Makefile
blob: ec49f36c2c735427c64459aacc65569d925aaab6 (plain)
1
2
3
4
5
6
#	$OpenBSD: Makefile,v 1.3 1997/09/21 11:35:07 deraadt Exp $

PROG=		expr
SRCS=		expr.c

.include <bsd.prog.mk>