opnsense-src/bin/expr/Makefile

8 lines
112 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.12 1997/02/22 14:03:36 peter Exp $
1993-06-18 21:55:46 -04:00
PROG= expr
SRCS= expr.y
YFLAGS=
1993-06-12 10:58:17 -04:00
.include <bsd.prog.mk>