8 lines
148 B
Makefile
8 lines
148 B
Makefile
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.6 1994/12/22 11:31:39 cgd Exp $
|
|
|
|
PROG= accton
|
|
MAN= accton.8
|
|
|
|
.include <bsd.prog.mk>
|