17 lines
281 B
Makefile
17 lines
281 B
Makefile
|
# @(#)Makefile 5.6.1.1 (Berkeley) 5/7/91
|
||
|
|
||
|
MAN7= ascii.0 environ.0 hier.0 hostname.0 intro.0 mailaddr.0 \
|
||
|
mdoc.samples.0 operator.0 term.0
|
||
|
MLINKS= intro.7 miscellaneous.7
|
||
|
|
||
|
all: ${MAN7}
|
||
|
|
||
|
clean depend lint tags:
|
||
|
|
||
|
cleandir:
|
||
|
rm -f ${MAN7}
|
||
|
|
||
|
install: maninstall
|
||
|
|
||
|
.include <bsd.prog.mk>
|