9 lines
155 B
Makefile
9 lines
155 B
Makefile
# @(#)Makefile 5.3 (Berkeley) 5/27/90
|
|
|
|
PROG= whatis
|
|
SRCS= whatis.c config.c
|
|
.PATH: ${.CURDIR}/../man
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|