xref: /original-bsd/usr.bin/uucp/man5/Makefile (revision c3e32dec)
1#	@(#)Makefile	8.1 (Berkeley) 06/06/93
2
3MAN5=	L-devices.0 L-dialcodes.0 L.aliases.0 L.cmds.0 L.sys.0 USERFILE.0
4
5all: ${MAN5}
6
7clean depend lint tags:
8
9cleandir:
10	rm -f ${MAN5}
11
12install: maninstall
13
14.include <bsd.prog.mk>
15