mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
7 lines
112 B
Makefile
7 lines
112 B
Makefile
# $Id: Makefile,v 1.12 1997/02/22 14:03:36 peter Exp $
|
|
|
|
PROG= expr
|
|
SRCS= expr.y
|
|
YFLAGS=
|
|
|
|
.include <bsd.prog.mk>
|