summaryrefslogtreecommitdiffstats
path: root/bin/expr/Makefile
blob: 4c9ac6ac4bcee1b58597636b66848876d5a36a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# PATCHES MAGIC                LEVEL   PATCH THAT GOT US HERE
# --------------------         -----   ----------------------
# CURRENT PATCH LEVEL:         1       00092
# --------------------         -----   ----------------------
#
# 15 Mar 93	Patchkit Coordinator	Corrected SRCS, missing .c
#
PROG=expr
SRCS=expr.c
CFLAGS+=-I. -I${.CURDIR}
NOMAN=noman
CLEANFILES+=expr.c y.tab.h

expr.c:
	${YACC} -d ${.IMPSRC}
	mv y.tab.c expr.c

.include <bsd.prog.mk>

OpenPOWER on IntegriCloud