NetBSD/bin/test/Makefile

15 lines
319 B
Makefile
Raw Normal View History

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