Start flushing out the IPI routines and do some clean-up.
[dragonfly/vkernel-mp.git] / bin / expr / Makefile
blob7d5af6a27329218d0140ec0605e8a8f17afc8a2c
1 # $FreeBSD: src/bin/expr/Makefile,v 1.14.2.1 2001/08/01 02:37:46 obrien Exp $
2 # $DragonFly: src/bin/expr/Makefile,v 1.5 2005/02/06 07:16:39 okumoto Exp $
4 PROG= expr
5 SRCS= expr.y
7 CLEANFILES= expr.c
9 YFLAGS=
11 .include <bsd.prog.mk>