8 lines
147 B
Makefile
8 lines
147 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
# $Id: Makefile,v 1.4 1994/12/22 10:26:47 cgd Exp $
|
|
|
|
PROG= comsat
|
|
MAN= comsat.8
|
|
|
|
.include <bsd.prog.mk>
|