10 lines
208 B
Makefile
10 lines
208 B
Makefile
# $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"
|