8 lines
115 B
Makefile
8 lines
115 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= man
|
|
SRCS= config.c man.c
|
|
MAN= man.1 man.conf.5
|
|
|
|
.include <bsd.prog.mk>
|