freebsd-src/bin/test/Makefile
Sheldon Hearn 717a08b6e5 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
1999-08-16 09:44:09 +00:00

9 lines
190 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $Id: Makefile,v 1.4 1997/02/22 14:06:17 peter Exp $
PROG= test
LINKS= ${BINDIR}/test ${BINDIR}/[
MLINKS= test.1 '[.1'
.include <bsd.prog.mk>