don't truncate lines, don't allow tabs to back up (I think this is tested!)
[unix-history] / usr / src / usr.bin / man / Makefile
CommitLineData
380bd26b 1# @(#)Makefile 5.12 (Berkeley) %G%
6e4ebe64 2
662ace95
KB
3PROG= man
4SRCS= config.c man.c
5MAN1= man.0
cac5967b 6MAN5= man.conf.0
6e4ebe64 7
1e5dfedf 8.include "../../Makefile.inc"
662ace95 9.include <bsd.prog.mk>