NetBSD/bin/expr/Makefile

7 lines
108 B
Makefile
Raw Normal View History

1995-03-21 12:01:59 +03:00
# $NetBSD: Makefile,v 1.11 1995/03/21 09:05:33 cgd Exp $
1993-03-22 11:04:00 +03:00
PROG= expr
SRCS= expr.c
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>