10 lines
155 B
Makefile
10 lines
155 B
Makefile
# $Id$
|
|
|
|
SHPROG= apropos
|
|
|
|
MLINKS= apropos.1 whatis.1
|
|
LINKS= ${BINDIR}/apropos ${BINDIR}/whatis
|
|
|
|
.include "../../Makefile.inc"
|
|
.include "../Makefile.shprog"
|