adding GNU dc ("desk calculator")
[unix-history] / usr.bin / man / whatis / 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>