8 lines
155 B
Makefile
8 lines
155 B
Makefile
# from: # @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $NetBSD: Makefile,v 1.9 1997/10/17 04:53:19 lukem Exp $
|
|
|
|
PROG= accton
|
|
MAN= accton.8
|
|
|
|
.include <bsd.prog.mk>
|