freebsd-dev/gnu/usr.bin/man/apropos/Makefile

10 lines
160 B
Makefile
Raw Normal View History

# $FreeBSD$
SHPROG= apropos
1993-07-07 23:07:02 +00:00
MLINKS= apropos.1 whatis.1
LINKS= ${BINDIR}/apropos ${BINDIR}/whatis
.include "../../Makefile.inc"
.include "../Makefile.shprog"