home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-05-07 | 266 b | 17 lines |
- # @(#)Makefile 5.16.1.1 (Berkeley) 5/7/91
-
- MAN3= assert.0 bitstring.0 end.0 intro.0 stdarg.0
- MLINKS+=end.3 edata.3 end.3 etext.3
- MLINKS+=stdarg.3 varargs.3
-
- all: ${MAN3}
-
- clean depend lint tags:
-
- cleandir:
- rm -f ${MAN3}
-
- install: maninstall
-
- .include <bsd.prog.mk>
-