adding GNU dc ("desk calculator")
[unix-history] / usr.bin / man / man / Makefile
# @(#)Makefile 5.12 (Berkeley) 9/30/90
PROG= man
SRCS= config.c man.c
MAN1= man.0
MAN5= man.conf.0
.include "../../Makefile.inc"
.include <bsd.prog.mk>