fc without arguments dereferences argv[1]; from Christos
[unix-history] / usr / src / bin / expr / Makefile
# @(#)Makefile 5.4 (Berkeley) %G%
PROG= expr
SRCS= expr.c
CLEANFILES= expr.c y.tab.h
.include <bsd.prog.mk>