aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man/apropos/Makefile
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-03-10 18:52:33 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-03-10 18:52:33 +0000
commitd31934acb9b1e932ab6bdb92219e77203cb47d35 (patch)
tree843a6fc4f62e99d0800081e29ffc5d324df29702 /gnu/usr.bin/man/apropos/Makefile
parent83bf11d38657881061f3ff86e52f0b2b3e933033 (diff)
downloadsrc-d31934acb9b1e932ab6bdb92219e77203cb47d35.tar.gz
src-d31934acb9b1e932ab6bdb92219e77203cb47d35.zip
share the code between apropos and whatis
Notes
Notes: svn path=/head/; revision=14460
Diffstat (limited to 'gnu/usr.bin/man/apropos/Makefile')
-rw-r--r--gnu/usr.bin/man/apropos/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/apropos/Makefile b/gnu/usr.bin/man/apropos/Makefile
index 0e986bbb27ee..c109d3c04391 100644
--- a/gnu/usr.bin/man/apropos/Makefile
+++ b/gnu/usr.bin/man/apropos/Makefile
@@ -1,6 +1,9 @@
-# $Id: Makefile,v 1.9 1995/07/25 00:33:07 bde Exp $
+# $Id: Makefile,v 1.1 1996/03/09 17:31:08 wosch Exp wosch $
SHPROG= apropos
+MLINKS= apropos.1 whatis.1
+LINKS= ${BINDIR}/apropos ${BINDIR}/whatis
+
.include "../../Makefile.inc"
.include "../Makefile.shprog"