8 lines
153 B
Makefile
8 lines
153 B
Makefile
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.2 1993/08/01 05:39:31 mycroft Exp $
|
|
|
|
PROG= comsat
|
|
MAN8= comsat.0
|
|
|
|
.include <bsd.prog.mk>
|