xref: /386bsd/usr/src/usr.bin/man/apropos/Makefile (revision a2142627)
1#	@(#)Makefile	5.3 (Berkeley) 5/27/90
2
3PROG=	apropos
4SRCS=	apropos.c config.c
5.PATH:	${.CURDIR}/../man
6
7.include "../../Makefile.inc"
8.include <bsd.prog.mk>
9