bostic was right, and i was wrong.. boo.

This commit is contained in:
glass 1993-04-27 17:09:01 +00:00
parent 998ea47bff
commit 39ec5a0745
1 changed files with 3 additions and 2 deletions

View File

@ -1,13 +1,14 @@
# @(#)Makefile 5.1 (Berkeley) 6/8/92
PROG= test
SRCS= operators.c test.c
SRCS= test.c operators.c
CFLAGS+=-I.
LINKS= ${BINDIR}/test ${BINDIR}/[
MLINKS= test.1 '[.1'
CLEANFILES+= operators.c operators.h
CLEANFILES+= operators.c operators.h unary_op binary_op
operators.c operators.h: unary_op binary_op mkops
cp ${.CURDIR}/unary_op ${.CURDIR}/binary_op .
sh ${.CURDIR}/mkops
.include <bsd.prog.mk>