don't truncate lines, don't allow tabs to back up (I think this is tested!)
[unix-history] / usr / src / usr.bin / man / Makefile
# @(#)Makefile 5.12 (Berkeley) %G%
PROG= man
SRCS= config.c man.c
MAN1= man.0
MAN5= man.conf.0
.include "../../Makefile.inc"
.include <bsd.prog.mk>