8 lines
149 B
Makefile
8 lines
149 B
Makefile
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.5 1993/11/08 05:23:53 cgd Exp $
|
|
|
|
PROG= accton
|
|
MAN8= accton.0
|
|
|
|
.include <bsd.prog.mk>
|