diff options
Diffstat (limited to 'sys/arch/mvme88k/stand/openbsd/bugcrt/Makefile')
-rw-r--r-- | sys/arch/mvme88k/stand/openbsd/bugcrt/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sys/arch/mvme88k/stand/openbsd/bugcrt/Makefile b/sys/arch/mvme88k/stand/openbsd/bugcrt/Makefile deleted file mode 100644 index 04c7936ff58..00000000000 --- a/sys/arch/mvme88k/stand/openbsd/bugcrt/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $Id: Makefile,v 1.1 1997/03/03 19:31:03 rahnds Exp $ - -CFLAGS+=-I${.CURDIR}/../../include -O2 - -.include "${MACHINE_ARCH}/Makefile.inc" - -.PATH: ${.CURDIR}/${MACHINE_ARCH} - -OBJS=bugcrt.o - -CLEANFILES+=a.out - -all: ${OBJS} - -bugcrt.o: bugcrt.c - ${CC} ${CFLAGS} -c ${.ALLSRC} - ${LD} -x -r ${.TARGET} - mv a.out ${.TARGET} - -install: - -lint tags: - -.include <bsd.prog.mk> |