home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-05-07 | 281 b | 17 lines |
- # @(#)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>
-