NetBSD/bin/expr/Makefile

8 lines
121 B
Makefile
Raw Normal View History

1997-07-20 21:32:57 +04:00
# $NetBSD: Makefile,v 1.12 1997/07/20 17:32:57 christos Exp $
1993-03-22 11:04:00 +03:00
1997-07-20 21:32:57 +04:00
WARNS=1
PROG= expr
SRCS= expr.c
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>