diff options
Diffstat (limited to 'bin/test')
-rw-r--r-- | bin/test/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/test/Makefile b/bin/test/Makefile index b89648ec625..3777296fb8c 100644 --- a/bin/test/Makefile +++ b/bin/test/Makefile @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2011/06/23 22:46:12 schwarze Exp $ +# $OpenBSD: Makefile,v 1.5 2016/03/30 06:38:40 jmc Exp $ PROG= test SRCS= test.c LINKS= ${BINDIR}/test ${BINDIR}/[ -MLINKS= test.1 [.1 .include <bsd.prog.mk> |