1993-12-21 05:59:25 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1993-12-21 05:59:25 +03:00
|
|
|
PROG= man
|
|
|
|
SRCS= config.c man.c
|
|
|
|
MAN1= man.0
|
|
|
|
MAN5= man.conf.0
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1993-12-21 05:59:25 +03:00
|
|
|
.include <bsd.prog.mk>
|