Purge dummy Makefiles

This commit is contained in:
kamil 2016-11-24 04:20:10 +00:00
parent 3bd0170534
commit d054022201
8 changed files with 0 additions and 57 deletions

View File

@ -1,14 +0,0 @@
# $NetBSD: Makefile,v 1.1.1.1 2002/10/03 07:46:03 jdolecek Exp $
.include <bsd.prog.mk>
regress: ${PROG}
for i in 0 1 2 3 4 5; do \
./${PROG} $$i; \
done
./${PROG} 6 || true
for i in WRITE READ AIO VNODE PROC SIGNAL; do \
./${PROG} EVFILT_$$i; \
done
./${PROG} NOTREG_FILTER || true
@echo Test ended without apparent errors

View File

@ -1,6 +0,0 @@
# $NetBSD: Makefile,v 1.1.1.1 2002/10/03 07:46:03 jdolecek Exp $
SUBDIR+= proc1
SUBDIR+= proc2
.include <bsd.subdir.mk>

View File

@ -1,3 +0,0 @@
# $NetBSD: Makefile.inc,v 1.1.1.1 2002/10/03 07:46:03 jdolecek Exp $
.include "../Makefile.inc"

View File

@ -1,11 +0,0 @@
# $NetBSD: Makefile,v 1.2 2002/10/12 12:02:30 jdolecek Exp $
SUBDIR+= file
SUBDIR+= file2
SUBDIR+= pipe1
SUBDIR+= pipe2
SUBDIR+= fifo
SUBDIR+= ttypty_master
SUBDIR+= ttypty_slave
.include <bsd.subdir.mk>

View File

@ -1,3 +0,0 @@
# $NetBSD: Makefile.inc,v 1.1.1.1 2002/10/03 07:46:03 jdolecek Exp $
.include "../Makefile.inc"

View File

@ -1,7 +0,0 @@
# $NetBSD: Makefile,v 1.1.1.1 2002/10/03 07:46:03 jdolecek Exp $
.include <bsd.prog.mk>
regress: ${PROG}
./${PROG}
@echo EVFILT_SIGNAL test done

View File

@ -1,10 +0,0 @@
# $NetBSD: Makefile,v 1.1.1.1 2002/10/03 07:46:03 jdolecek Exp $
SUBDIR+= inet
SUBDIR+= pipe
SUBDIR+= pipe2
SUBDIR+= fifo
SUBDIR+= ttypty_master
SUBDIR+= ttypty_slave
.include <bsd.subdir.mk>

View File

@ -1,3 +0,0 @@
# $NetBSD: Makefile.inc,v 1.1.1.1 2002/10/03 07:46:03 jdolecek Exp $
.include "../Makefile.inc"