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