stdio.h defines BUFSIZ
[unix-history] / usr / src / usr.bin / apropos / Makefile
CommitLineData
1e5dfedf 1# @(#)Makefile 5.3 (Berkeley) %G%
c7da3d41 2
2f33aea7
KB
3PROG= apropos
4SRCS= apropos.c config.c
5.PATH: ${.CURDIR}/../man
c7da3d41 6
1e5dfedf 7.include "../../Makefile.inc"
2f33aea7 8.include <bsd.prog.mk>