summaryrefslogtreecommitdiff
path: root/bin/expr/Makefile
blob: e17e3f286d93108da45af4af8f3b8490f696b7f3 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.2 1996/06/23 14:20:09 deraadt Exp $
#	$NetBSD: Makefile,v 1.11 1995/03/21 09:05:33 cgd Exp $

PROG=		expr
SRCS=		expr.c

.include <bsd.prog.mk>