1# @(#)Makefile 8.1 (Berkeley) 6/4/93 2# $FreeBSD: src/libexec/comsat/Makefile,v 1.6.2.1 2001/04/25 10:40:50 ru Exp $ 3# $DragonFly: src/libexec/comsat/Makefile,v 1.3 2005/05/03 17:22:01 liamfoy Exp $ 4 5PROG= comsat 6MAN= comsat.8 7WARNS?= 6 8 9.include <bsd.prog.mk> 10