From 7926e3feb57e01f6816760d362d4003c49382684 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 1 Jul 1994 20:18:48 +0000 Subject: [PATCH] match normal Makefile --- sys/arch/i386/floppy/test/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/sys/arch/i386/floppy/test/Makefile b/sys/arch/i386/floppy/test/Makefile index 8d0f423afad9..2d7026eb26b4 100644 --- a/sys/arch/i386/floppy/test/Makefile +++ b/sys/arch/i386/floppy/test/Makefile @@ -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