mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
9 lines
209 B
Makefile
9 lines
209 B
Makefile
# /b/source/CVS/src/bin/expr/Makefile,v 1.5 1993/06/14 19:56:06 jtc Exp
|
|
# $Id: Makefile,v 1.8 1996/05/07 23:14:17 wosch Exp $
|
|
|
|
PROG= expr
|
|
SRCS= expr.y
|
|
CLEANFILES+= expr.c expr.tab.h
|
|
|
|
.include <bsd.prog.mk>
|
|
|