summaryrefslogtreecommitdiff
path: root/bin/test/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2011-06-23 22:46:14 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2011-06-23 22:46:14 +0000
commit6df0b771ebcb3566414373edef220a0f6a17efbf (patch)
tree060687da02a3942a5d62fad96ed7361473923eca /bin/test/Makefile
parent3aaf059f30fb2abae9da3dd76d1cdde748e7fed7 (diff)
switch to installing source manuals (base part)
discussed with lots of people, tested by naddy@, "move fast" deraadt@
Diffstat (limited to 'bin/test/Makefile')
-rw-r--r--bin/test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/test/Makefile b/bin/test/Makefile
index 99eb90049d0..b89648ec625 100644
--- a/bin/test/Makefile
+++ b/bin/test/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.3 1997/09/21 11:35:56 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 2011/06/23 22:46:12 schwarze Exp $
PROG= test
SRCS= test.c
LINKS= ${BINDIR}/test ${BINDIR}/[
-MLINKS= test.1 '[.1'
+MLINKS= test.1 [.1
.include <bsd.prog.mk>