summaryrefslogtreecommitdiff
path: root/usr.bin/file
diff options
context:
space:
mode:
authorIan Darwin <ian@cvs.openbsd.org>2006-06-02 03:17:04 +0000
committerIan Darwin <ian@cvs.openbsd.org>2006-06-02 03:17:04 +0000
commitd6469f3c92ace85543048a57cebdf94b2f355dd3 (patch)
treea6f9ca6b24d1d80dc169db8431551e9d364c30ef /usr.bin/file
parent896f8547992cb731e6cc88a6dcc7d41e74a4d288 (diff)
Replaced by new stuff in regress
Diffstat (limited to 'usr.bin/file')
-rw-r--r--usr.bin/file/tst/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/usr.bin/file/tst/Makefile b/usr.bin/file/tst/Makefile
deleted file mode 100644
index 7947b5763af..00000000000
--- a/usr.bin/file/tst/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $OpenBSD: Makefile,v 1.2 1996/06/26 05:33:06 deraadt Exp $
-
-# Make up some fake test files that are easily produced.
-# By no means an exhaustive test!
-
-all: ar cmd emp i tarf x
-ar:
- echo '<ar> fake fake fake' >$@
- echo 070707 fake fake fake >$@.asc
- echo '!<arch>.__.SYMDEF fake fake fake' >$@.ranlib
- echo -h- >$@.swt
-cmd:
- echo '#! /bin/sh' >$@
- echo '#!/bin/sh' >c.sh2
- echo '#! /bin/csh' >c.csh1
- echo '#!/bin/csh' >c.csh2
- echo '#! /bin/awk' >c.awk1
- echo '#!/bin/awk' >c.awk2
- echo '#! /' >c.misc1
- echo '#!/' >c.misc2
- echo ': ' >c.broken
-emp:
- touch $@
-i:
- echo '@document(language impress)fake fake' >$@
- echo '@document(language diablo)fake fake' >$@.d
-tarf:
- rm -f $@ # so not include self
- tar cvf $@ *
-x:
- echo 'Interpress/Xerox fake fake fake' >$@
-
-clean:
- rm -f [a-z]*