diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-06-23 22:46:14 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-06-23 22:46:14 +0000 |
commit | 6df0b771ebcb3566414373edef220a0f6a17efbf (patch) | |
tree | 060687da02a3942a5d62fad96ed7361473923eca /bin/test/Makefile | |
parent | 3aaf059f30fb2abae9da3dd76d1cdde748e7fed7 (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/Makefile | 4 |
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> |