1993-08-01 05:37:30 +00:00
|
|
|
# from: @(#)Makefile 5.1 (Berkeley) 6/8/92
|
|
|
|
# $Id: Makefile,v 1.4 1993/08/01 05:46:39 mycroft Exp $
|
1993-04-26 23:30:42 +00:00
|
|
|
|
|
|
|
PROG= test
|
1993-04-27 17:09:01 +00:00
|
|
|
SRCS= test.c operators.c
|
1993-04-26 23:30:42 +00:00
|
|
|
CFLAGS+=-I.
|
|
|
|
LINKS= ${BINDIR}/test ${BINDIR}/[
|
|
|
|
MLINKS= test.1 '[.1'
|
|
|
|
|
1993-04-29 06:28:39 +00:00
|
|
|
# use this rule to if you update binary_ops, or unary_ops
|
|
|
|
make_op:
|
1993-04-26 23:30:42 +00:00
|
|
|
sh ${.CURDIR}/mkops
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|