summaryrefslogtreecommitdiffstats
path: root/bin/test/Makefile
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>1999-08-16 09:44:09 +0000
committersheldonh <sheldonh@FreeBSD.org>1999-08-16 09:44:09 +0000
commit90a5109c16c32f86f9a2c8968a2e4abf85d71ed3 (patch)
tree22bc48aad6566d71b90235fa534be590d589165f /bin/test/Makefile
parent122d640213334cd6872cf7247331d2c89b463b7a (diff)
downloadFreeBSD-src-90a5109c16c32f86f9a2c8968a2e4abf85d71ed3.zip
FreeBSD-src-90a5109c16c32f86f9a2c8968a2e4abf85d71ed3.tar.gz
Replace our test(1) with NetBSD's pdksh-derived version. The code is
significantly easier to read and extend and offers a few new tests. A few style changes taken from style(9) and OpenBSD, as well as whitespace cleanups. This change was discussed on freebsd-committers and freebsd-hackers and met with approval from at least des, eivind and brian. PR: 13091 Obtained from: NetBSD
Diffstat (limited to 'bin/test/Makefile')
-rw-r--r--bin/test/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/test/Makefile b/bin/test/Makefile
index a3a8126..5b1f2e1 100644
--- a/bin/test/Makefile
+++ b/bin/test/Makefile
@@ -1,8 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id$
+# $Id: Makefile,v 1.4 1997/02/22 14:06:17 peter Exp $
PROG= test
-SRCS= test.c operators.c
LINKS= ${BINDIR}/test ${BINDIR}/[
MLINKS= test.1 '[.1'
OpenPOWER on IntegriCloud