8 lines
148 B
Makefile
8 lines
148 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
# $Id: Makefile,v 1.3 1994/08/06 23:26:31 jtc Exp $
|
|
|
|
PROG= comsat
|
|
MAN8= comsat.0
|
|
|
|
.include <bsd.prog.mk>
|