Oh GACK! src-clean doesn't quite work that easily since cleandist rebuilds the
[unix-history] / usr.bin / man / apropos / Makefile
# @(#)Makefile 5.3 (Berkeley) 5/27/90
PROG= apropos
SRCS= apropos.c config.c
.PATH: ${.CURDIR}/../man
.include "../../Makefile.inc"
.include <bsd.prog.mk>