xref: /freebsd/sbin/comcontrol/Makefile (revision 39beb93c3f8bdbf72a61fda42300b5ebed7390c8)
1#	@(#)Makefile	5.4 (Berkeley) 6/5/91
2# $FreeBSD$
3
4PROG=	comcontrol
5MAN=	comcontrol.8
6WARNS?=	6
7
8.include <bsd.prog.mk>
9