match normal Makefile

This commit is contained in:
deraadt 1994-07-01 20:18:48 +00:00
parent 6b879e0403
commit 7926e3feb5
1 changed files with 2 additions and 7 deletions

View File

@ -1,20 +1,15 @@
# from: @(#)Makefile 5.1 (Berkeley) 6/8/92
# $Id: Makefile,v 1.1 1994/04/18 08:47:41 cgd Exp $
# $Id: Makefile,v 1.2 1994/07/01 20:18:48 deraadt Exp $
SRCDIR= ${.CURDIR}/../../../../../bin/test
PROG= test
SRCS= test.c operators.c
CFLAGS+=-I.
SRCS= test.c
LINKS= ${BINDIR}/test ${BINDIR}/[
NOMAN=
BINDIR= /bin
# use this rule to if you update binary_ops, or unary_ops
make_op:
sh ${SRCDIR}/mkops
.PATH: ${SRCDIR}
.include <bsd.prog.mk>